Chris J Mears
Web Developer in Ruby on Rails and CakePHP
-
Textmate and Git Bundle
I just recently had this problem and saw that the answer was buried in a TextMate blog entry comment thread.
Are you getting the following error whenever you try to use the bundle?
sh: git: command not foundDid you install git through Macports or manually compile the source? Could your Git bundle for TextMate be a tad old?
All of the above was true for me, but I was easily able to solve the issue with the following command:
sudo ln -s /opt/local/bin/git /usr/bin/gitHope that cuts back on troubleshooting time for some of you out there!



