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

Closed JoyJulianGomes closed 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, these actions fails and the following alert is shown. image

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