mhutchie / vscode-git-graph

View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
Other
1.97k stars 260 forks source link

Prompt for ssh key phrase #812 #813

Open JoyJulianGomes opened 6 months ago

JoyJulianGomes commented 6 months ago

Currently when using git with ssh keys without ssh key phrase, actions such as push, pull, fetch etc works from the extension without any problem.

But when using git with ssh keys pass phrse, these actions fails and the following alert is shown. image

To avoid this issue, the extension can prompt for the ssh pass and that would resolve this shortcoming.

CrazyKidJack commented 5 months ago

Odd... I could have sworn I had previously used the extension with passphrase-protected SSH keys... but maybe my memory fails me.

In any case I'd like to give a big 👍 to this ticket!

benblank commented 2 months ago

It may not have been Git Graph that was prompting you. VS Code itself gives you the chance to enter your passphrase (e.g. when using the built-in Source Control sidebar), but AFAIK Git Graph itself doesn't support that.