On Fri, Jul 23, 2010 at 10:42:49AM +0100, Ivan Uemlianin wrote: > > I tried cloning over ssh and got an error: > > $ git clone ivan@xxxxxxxxxxxx:/path/to/git/myproject.git > Initialized empty Git repository in /Users/ivan/.git/ > ivan@xxxxxxxxxxx's password: ... > bash: git-upload-pack: command not found > fatal: The remote end hung up unexpectedly You don't have git-upload-pack in non-interactive $PATH (it is not the same as $PATH for interactive logins). Edit ~/.bashrc on remote side? -Ilari -- 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