11
6
I'm using git on my Ubuntu machine with my existing ssh keys.
Now I have to use Git on Windows 7, and need to use the same keypairs.
I have set up msysgit and created an .ssh folder in Users\username\.ssh.
I have copied my keypair from Ubuntu's .ssh folder to this folder.
But when I try to clone the Git repo, it stops and asks for the password.
According to some tutorials, I should have some options during the msysgit installation regarding ssh, but I saw none.
Do you have any suggestions to solve this?
HOMEPATH does not suffice, it should either be %HOMEDRIVE%%HOMEPATH% or %USERPROFILE% – bgerth – 2015-09-28T08:26:15.183
@bgerth Thank you, I have belatedly edited the answer. – VonC – 2015-12-11T09:07:58.090
Thanks, but how do I add this HOME env. variable? – Burre – 2011-03-28T00:20:24.960
@Burre: simply define a User environment variable called
– VonC – 2011-03-28T05:37:49.927HOMEin your Windows settings, like described in http://www.itechtalk.com/thread3595.html.