Clone attempt over ssh:
Cloning into repo...
Password:
bash: git-upload-pack: command not found
fatal: The remote end hung up unexpectedly
Chris-Muenchs-Mac-Book-Pro:rails_projects cmuench$ ssh chrismuench@example.com echo \$PATH
Password:
/usr/bin:/bin:/usr/sbin:/sbin
the git stuff is in:
/usr/local/git/bin (Defined in: /etc/paths.d/git)
How can I get this in the system wide path for all users without having to modify ~/.bash_profile?