I am following this guide however on installing git 1.7.3 there is no installation screen available for me to choose plink.exe as my ssh execuitable.
As according to this post I have added a GIT_SSH enviromental variable pointing where my plink.exe is.
I followed the guide and used puttygen.exe to generate by private and public key and placed my public key on to our projectlockers website. I also saved my private key. I also loaded up my private key into pagent.exe.
I then tried using git clone to get the project using ssh but it unfortunately asked for a password, indicating that the ssh auth. had not worked.
Have I linked up git correctly with my public and private ssh keys?
Many thanks for your help!