Adam Mercer wrote: > [ram@skymoo glue]$ git push > ssh://ram@xxxxxxxxxxxxxxxxxxxxxx/~ram/public_html/git/glue.git > bash: line 1: git-receive-pack: command not found > fatal: The remote end hung up unexpectedly > error: failed to push to > 'ssh://ram@xxxxxxxxxxxxxxxxxxxxxx/~ram/public_html/git/glue.git' > [ram@skymoo glue]$ which git-receive-pack > /Users/ram/opt/git/bin/git-receive-pack > [ram@skymoo glue]$ > > git-receive-pack is in my $PATH so why can't it be found when trying to push? You must have git installed on the remote end, too. -- 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