Adam Nielsen schrieb: > I would like to be able to do this: > > git clone ssh://myserver/project.git > git push > > And have it work, but I keep getting errors about "/project.git" not > existing in the root directory of my server. (Which is correct, they > are stored elsewhere.) This form of URL can only accept the absolute path to project.git on myserver, eg.: ssh://myserver/home/adam/project.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