I work at win7 and set up git server with sshd. I git --bare init myapp.git, and clone ssh://git@localhost/home/git/myapp.git in Cywgin
git --bare init myapp.git
ssh://git@localhost/home/git/myapp.git
Just enter on the server side :
echo 'SSHD: ALL' >> /etc/hosts.allow
It sorted it out for me.