vote up 1 vote down star
2

When trying to use some of the commands from the Git bundle for TextMate (eg. 'Show Uncommited Changes') I get an error message like 'sh: line 1: git: command not found'.

How do I make TextMate work with Git?

flag

1 Answer

vote up 3 vote down check

http://theappleblog.com/2008/01/09/textmate-no-longer-a-reason-to-avoid-git/

Set the TM_GIT shell variable in the textmate preferences to your git executable to work to solve the command not found problem.

To find the path to your git binary, type "which git" on the command line. And of course, make sure Git is installed.

link|flag
You beat be to the answer. – Will Harris Aug 12 at 22:42
thanks a bunch, works. – Matthias Oct 19 at 9:23
PS: for some reason, my colleague did not run into this problem on Snow Leopard, worked out of the box. – Matthias Oct 19 at 9:23

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.