We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to push with username and password, I get the following error:
Traceback (most recent call last): File "/Users/luke/Desktop/pythonista-cloud/index.py", line 37, in pushFile repo.push_to(origin) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gittle/gittle.py", line 338, in push_to progress=progress File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dulwich/client.py", line 924, in send_pack "git-receive-pack", url) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dulwich/client.py", line 888, in _discover_references resp = self._http_request(url, headers) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dulwich/client.py", line 868, in _http_request raise GitProtocolError("unexpected http response %d" % e.code) dulwich.errors.GitProtocolError: unexpected http response 401
Does this indicate an incorrect password? I get this error with any credentials, correct or otherwise.
The text was updated successfully, but these errors were encountered:
I have the exact same error when pushing with username and password.
Sorry, something went wrong.
I'm running on Windows and having the same error. did you manage to solve this issue?
No branches or pull requests
When I try to push with username and password, I get the following error:
Does this indicate an incorrect password? I get this error with any credentials, correct or otherwise.
The text was updated successfully, but these errors were encountered: