You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to push after successfull fetch and merge (+commit) to remote repository over SSH with assigned credentials callback like:
credentials(self, url, username_from_url, allowed_types):
return Keypair("git",id_rsa_pub,id_rsa,"password")
And I received "GitError: authentication required but no callback set" although fetch was success.
Remote was added by:
repo.create_remote('origin', '[email protected]_site_url:some_user/some_repo.git')
I'm using pygit2-0.21.3 with libgit2-0.21.1 compiled on Windows7 with SSH transport
The text was updated successfully, but these errors were encountered:
Hello!
I'm trying to push after successfull fetch and merge (+commit) to remote repository over SSH with assigned credentials callback like:
credentials(self, url, username_from_url, allowed_types):
return Keypair("git",id_rsa_pub,id_rsa,"password")
And I received "GitError: authentication required but no callback set" although fetch was success.
Remote was added by:
repo.create_remote('origin', '[email protected]_site_url:some_user/some_repo.git')
I'm using pygit2-0.21.3 with libgit2-0.21.1 compiled on Windows7 with SSH transport
The text was updated successfully, but these errors were encountered: