lion

Git not working on MAC OS X Lion?

You need to add the default install location, /usr/local, to your ~/.bash_profile.

export PATH=$PATH:/usr/local/git/bin/
source ~/.bash_profile

Subscribe to RSS - lion