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
Actually I don't think this is a problem of git-python, as the example is using the command-line wrapper exclusively. It is very dependent on the git version running on the machine.
If you have trouble with something like repo.remotes.origin.push(), the problem would possibly be with git-python though.
repo = Repo(...)
git = repo.git
git.push() //return empty string
git.execute(["git","push"], with_extended_output=True) //the success message is in stderr_value instead of stdout.
The text was updated successfully, but these errors were encountered: