I am planning to use Git as SCM tool, the repository I am using is Dreamhost.
I’m trying to connect Git from my local machine (Windows 7) to the Git on my dreamhost server. I have installed git version 1.7.6 n both the Dreamhost and my local machine.
Note: I have tried the dreamhost docs for git, but they are for Unix machines.
You can follow the instruction for Git Dreamhost from a msysgit bash session:
at least
ssh-keygenis available.The only “trick” on Windows is to define
%HOME%(or$HOMEin bash): that variable isn’t defined by default, and your ssh session will look for$HOME/.ssh/id_rsaandid_rsa.pub.