Web Developer in Ruby on Rails and CakePHP
RSS icon Email icon Home icon
  • Textmate and Git Bundle

    Posted on September 25th, 2009 No comments

    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 found

    Did 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/git

    Hope that cuts back on troubleshooting time for some of you out there!

    No related posts.

    Leave a reply