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
When cloning into an already existing location, GitCommandError used to provide git's message "destination path already exists" in attribute out. This apparently is gone with 2.0.5. Now there is the non-telling exit code only. Is this intentional?
The text was updated successfully, but these errors were encountered:
importgitgit.Repo.clone_from('https://github.com/Byron/godi', 'godi')
# This will throw without any textual informationgit.Repo.clone_from('https://github.com/Byron/godi', 'godi')
When cloning into an already existing location,
GitCommandError
used to provide git's message "destination path already exists" in attributeout
. This apparently is gone with 2.0.5. Now there is the non-telling exit code only. Is this intentional?The text was updated successfully, but these errors were encountered: