当尝试使用Git包中的一些TextMate命令时(例如'Show Uncommited Changes'),我收到一条错误消息,例如'sh:line 1:git:command not found'.
如何让TextMate与Git一起使用?
Joh*_*kin 49
http://theappleblog.com/2008/01/09/textmate-no-longer-a-reason-to-avoid-git/
将textmate首选项中的TM_GIT shell变量设置为git可执行文件,以解决命令未找到的问题.
要查找git二进制文件的路径,请在命令行中键入"which git".当然,确保安装了Git.