If you’ve installed git and use textmate you may receive errors about git not being installed correctly until you do the following:
run “which git” on the command line and note the output.
in textmate write “echo $PATH” and check to see that the path returned from which git is present – in my case it was
Open [...]

