Git gives “command not found” message in terminal after Mountain Lion upgrade.
Steps to fix:
1. open your ~/.bash_profile
2. add this line to the file:export PATH=$PATH:/usr/local/git/bin/
3. Save & close the file
4. Restart terminal
Thanks to Tanya Nam for this.
Got it working thanks – clearest and quickest info out there on getting it working.
Glad it helped James! Thanks for the link 🙂