I'm trying to configure Git to use Plink. It worked for me many times before. Now, for some reason, this option isn't available to me (it is disabled):
I tried uninstalling and reinstalling Git a hundred times. Nothing. I can't get to this option enabled.
I just had this problem (with a newer version of Git, 1.7.9). I used the answer from VonC, but only a couple of steps were needed:
GIT_SSH
to the location of plink.exe
pagent.exe
and load your private keyOn 64 bit Windows, the default location for plink is C:\Program Files (x86)\GitExtensions\PuTTY\plink.exe
The spaces in the path no longer seem to be a problem.