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

HTTPS Auth. for push #329

Closed
ake-persson opened this issue Jan 27, 2014 · 4 comments
Closed

HTTPS Auth. for push #329

ake-persson opened this issue Jan 27, 2014 · 4 comments

Comments

@ake-persson
Copy link

Is there a method for doing auth. for a push, currently I get a 401 auth. req.:

Code

remote.push('refs/heads/master')

Error

_pygit2.GitError: Unexpected HTTP status code: 401
@carlosmn
Copy link
Member

There is currently no support for authentication mechanisms. I've been working on making the remotes do a lot more and I hope to be able to wrap the credential code before too soon.

@tanwanirahul
Copy link

How can we use the push unless auth is implemented?

@carlosmn
Copy link
Member

This should be fixed now with #354

@carlosmn
Copy link
Member

As credentials have gone it, I'm going to close this. If there's a particular issue with how those are implemented, open an issue for that.

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