You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's really interesting, thanks for reporting! I suspect that the new GitPython release v2.0 somehow breaks PyGitUp as it seems to have worked fine with v1.0. I'll investiage this. BTW also breaks the test suite as it too uses local remotes 😄
Up to now, we specified GitPython >= 1.0.2 which included v2.0 which
changed its implementation details so it broke our error handling.
Now we don't depend on GitPython's `GitCommandError` any more as
there was no real need to subclass it anyway.
Not fully tested on my machine, will see if this actually fixes it.
See #56
I know that sounds strange. But if you have a local directory as one of your remotes, the script fails:
To reproduce:
The text was updated successfully, but these errors were encountered: