-
-
Notifications
You must be signed in to change notification settings - Fork 386
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
Is there a way to push to repos using the pygit2? #379
Comments
The version of libgit2 you're using was not built with support for ssh. You'll need to make sure the development libraries for libssh2 are available at the moment of building for it to link against it and expose ssh functionality. |
Thanks.I just found the same discussion on other thread. Another weird thing is I can not find the
|
Then it looks like you're using a pygit2 version without it and should update to the latest release. |
@avckp did you get your issue resolved? I was on OS X, I ended up using the homebrew version of I think the version that brew installed before I ripped it out and did a manual checkout might've been incompatible with pygit2. |
@eldavido yes i had to link the libraries while making, then it worked properly. |
When trying to push using ssh I get error.
ro.push('refs/heads/master')
Traceback (most recent call last):
File "<input>", line 1, in <module>
GitError: This transport isn't implemented. Sorry
The text was updated successfully, but these errors were encountered: