wrburgess wrote:
I cannot get TextMate to recognize my git installation
- Git is installed in the /usr/local/git/bin/git directory
- I've set up the Shell Variable of TM_GIT to "/usr/local/git/bin/git"
[...]
I think that TM_GIT should be set to the *directory* in which git lives. So chop off the final "/git" and you should be ready to roll.
Alternatively: I've got a symlink at /usr/local/bin/git which points to the same location as your git. This also works fine (without any need for TM_GIT to be specified).
Cheers, Paul