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 am using the plugin for git and it always fails to push unless I use git bash manually to push. The problem stems from the fact that I am using windows and it seems that it's looking for linux files. I have looked for the command that's launching this but I could not find it, I would like to use gitbash for that but I don't where to modify that.
Error message:
Git push failed
ssh_askpass: exec(/usr/lib/ssh/ssh-askpass): No such file or directory git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
best,
Loïc
The text was updated successfully, but these errors were encountered:
Have you tried installing ssh_askpass like mentioned in your error? The plugin doesn't function properly when the ssh key has a passkey. Installing ssh_askpass will create a window for you to input your passkey.
Hello,
I am using the plugin for git and it always fails to push unless I use git bash manually to push. The problem stems from the fact that I am using windows and it seems that it's looking for linux files. I have looked for the command that's launching this but I could not find it, I would like to use gitbash for that but I don't where to modify that.
Error message:
Git push failed
ssh_askpass: exec(/usr/lib/ssh/ssh-askpass): No such file or directory
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
best,
Loïc
The text was updated successfully, but these errors were encountered: