Hi, note that I do not appreciate you not Cc:ing me, at all.
On Thu, 3 Jul 2008, [EMAIL PROTECTED] wrote: > > > 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> 'echo $PATH' > > Good idea! Though the result only proves what I suspected...that non- > interactive ssh is ignoring .bashrc. It prints: > > /usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin > > [...] > > I am curious if not having "PermitUserEnvironment yes" in the global > config is blocking ssh's ability to modify paths. Hmm. From the name of it, I'd never have guessed... So that leaves you with setting remote.<nick>.uploadpack to the full path on the remote (read: Linux) machine. Of course, if you call the remote machine the same in all repositories on the msysGit machine, you can set the "remote.<nick>.*" settings in $HOME/.gitconfig. Ciao, Dscho
