kemayo / sublime-text-git

Plugin for some git integration into sublime text
MIT License
2.82k stars 390 forks source link

ssh key passphrase #178

Open sheldon opened 12 years ago

sheldon commented 12 years ago

when your ssh key has a passphrase and you try push/pull with this plugin, we don't have an interactive shell that can request the passphrase. a known workaround is to use a keychain to autofill the passphrase. this bug is likely low priority cause of the common use of keychains.

astronaute77 commented 11 years ago

I don't want my system to remember the passphrase :+1:

marsjaninzmarsa commented 10 years ago

2 years, no fix... :/

kemayo commented 10 years ago

It's not an issue for me, due to the aforementioned use of keychains. If someone wants to submit a pull request taking care of this, I'd be happy to merge that in...

marsjaninzmarsa commented 10 years ago

So tell me what can I use it on Windows? I have installed and running Pageant and it doesnt work... :<

kemayo commented 10 years ago

Take a look at http://guides.beanstalkapp.com/version-control/git-on-windows.html

jack17529 commented 7 years ago

Sir I am willing to solve it but I don't know where to start can someone please guide.

andreescocard commented 6 years ago

No success to pull or push on Windows. Error: "Permission denied (publickey).

fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists."

Followed the guide and nothing :/ My key has a passphrase, over cmd i can connect with no problem.