Hi Guys,
So on my friends local Windows machine we are trying to setup GIT.
Basically, we've been following this guide which has been great. The problem we are facing is as follows:
- All works until we get to Using Gitosis
- When we use the command
git clone git@INSERT_IP_HERE:gitosis-admin.git
We keep getting
Initialized empty Git repository in /home/Thomas/gitosis-admin/.git
Connection closed by IP_HERE
fatal: The remote end hung up unexpectedly
When we try simply
ssh git@IP_HERE
We get "Connection closed by IP_HERE"
If we login as
runas /user:git C:/cygwin/cygwin.bat
And run > ssh git@IP_HERE
We at least get asked for a password then
Last Login: Connection to IP_HERE closed.
Would anyone be able to help ?