So I\'ve installed msysgit, and run git successfuly from the bash shell.
From within the bash shell, I\'ve created keys with ssh-keygen - everything wor
ssh-keygen
To get the mysysgit command line to find the .ssh keys you'll need to have %HOME% point to the directory containing the .ssh folder
%HOME%
Often you can just do
set HOME=%USERPROFILE%