I was able to clone my repos using the following the following syntax:

git clone gitosis@192.168.0.1:tools.git

However, it does not work anymore. I get the following error:

Initialized empty Git repository in /home/t0122659/workspaceTemp/git-
test/tools/.git/
fatal: 'tools.git' does not appear to be a git repository
fatal: The remote end hung up unexpectedly


However, it does work, if I add "~/git/" before the name of the repo
as follows:

git clone gitosis@172.16.100.11:~/git/tools.git

Does anybody know why I need to add "~/git/" now?
Would it have any ill-effects?

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to