Git “command not found” after Mountain Lion upgrade

James Mills > Blog > Git “command not found” after Mountain Lion upgrade

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.

2 thoughts on “Git “command not found” after Mountain Lion upgrade

Leave a Reply

Your email address will not be published. Required fields are marked *