putty - Enabling "Load PuttyKey" on TortoiseGit -
the field uploading putty private key
disabled on tortoisegit
.
load putty http://iforce.co.nz/i/e54wrsuy.vui.png
although have valid paths puttygen
, gitbash
, putty
, tortoisegitplink.exe
. environment variable git_ssh
leading c:\program files\tortoisegit\bin\tortoiseplink.exe
how use putty git cli , git bash?
create environment variable called "git_ssh" path putty plink.exe or preferably tortoisegitplink.exe. can done on command line executing "set git_ssh=path_to_plink.exe" ("c:\program files\tortoisegit\bin\tortoisegitplink.exe" on default installations) or permanently.
this bit me too. problem have checked out on https instead of using git protocol (git@github.com:somerepo.git). try , see if helps.
Comments
Post a Comment