Hey guys, I'm following these instructions: http://progit.org/book/ch4-4.html Everything has gone fine up until about halfway down the page, where it says: > At this point, the others can clone it down and push changes back up just as easily: > $ git clone git@gitserver:/opt/git/project.git Of course, replacing [git@gitserver:/opt/git/project.git] according to my setup, and I change directory to an empty directory apart from the original project, then I try the command, I get the following output: At this point, the others can clone it down and push changes back up just as easily: $ git clone gituser@192.168.1.102:/git/project.git Cloning into project... Connection closed by 192.168.1.102 fatal: The remote end hung up unexpectedly Any ideas what's going on here? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html