Skip to content
New issue

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

push when authenticating with username/password #78

Open
controversial opened this issue Feb 21, 2016 · 2 comments
Open

push when authenticating with username/password #78

controversial opened this issue Feb 21, 2016 · 2 comments

Comments

@controversial
Copy link

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.

@zangsir
Copy link

zangsir commented Sep 19, 2016

I have the exact same error when pushing with username and password.

@sephib
Copy link

sephib commented Feb 28, 2017

I'm running on Windows and having the same error. did you manage to solve this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants