Marcus schrieb: > On Tue, May 27, 2008 at 4:14 PM, Luciano Rocha <luciano@xxxxxxxxxxx> wrote: >> What is the correct path on the remote? > > The full path to the Git repo is: > /home/admin/mydomain.com/git/projectname.git > > I tried: > git clone ssh://admin@xxxxxxxxxxxx/~/git/projectname.git > > It gives the same error. Try git clone admin@xxxxxxxxxxxx:/home/admin/mydomain.com/git/projectname.git or (assuming /home/admin is your home directory) git clone admin@xxxxxxxxxxxx:mydomain.com/git/projectname.git or (if you can't live without the ssh: protocol specifier) git clone \ ssh://admin@xxxxxxxxxxxx/home/admin/mydomain.com/git/projectname.git -- Hannes -- 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