Hi, [please quote what you are referring to]
On Thu, 3 Jul 2008, [EMAIL PROTECTED] wrote:
> I'm afraid that I can't find what I've done wrong with the .bashrc.
> E.g., right now it is:
>
> PATH="${PATH}":/home/me/mercurial-1.0.1:/home/me/git-1.5.6.1:.
>
> It works fine interactively if I login via ssh, and finds git-upload-
> pack if typed at the command line.
So why not try
$ ssh <host> "which git-upload-pack"
and/or
$ ssh <host> 'echo $PATH'
in msysGit?
Hth,
Dscho
