Open
Description
It seems that I GitPython does not tell the caller that username/password are required by git.
Did I miss something in the API to do this?
Why does the call to remote.push fail with an error detailing the auth failure? I get a exit code 128.
I had to patch the source to print the git stderr to see why this failure happened.