I cannot get TextMate to recognize my git installation
1) Git is installed in the /usr/local/git/bin/git directory 2) I've set up the Shell Variable of TM_GIT to "/usr/local/git/bin/git" 3) I've turned off the PATH variable, as well
But when I try to install a bundle with GetBundles through GitHub, I still receive the same error. Here's an example:
8/21/2011 18:34:40 TextMate[GetBundles] Could not install “PHP Drupal” by using “https://github.com/psynaptic/php-drupal.tmbundle/tarball/master%E2%80%9D
sh: git: command not found
Any assistance is appreciated
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
Paul McCann wrote: (nice start to the week: replying to myself...)
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.
Sorry: please ignore the above paragraph. It should be set as described in the initial post. I should read the README before making stuff up.
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
but if my initial settings are correct, why is it still not working?
On Sun, Aug 21, 2011 at 7:04 PM, Paul McCann pmccann@gmail.com wrote:
Paul McCann wrote: (nice start to the week: replying to myself...)
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.
Sorry: please ignore the above paragraph. It should be set as described in the initial post. I should read the README before making stuff up.
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
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
I use both PATH and TM_GIT, not sure that it really matters though.
PATH /usr/bin:/bin:/usr/sbin:/sbin TM_GIT /usr/local/git/bin/git
Adam Merrifield seydoggy.com
820 Strasburg rd, Kitchener, Ontario, N2E 2Y3, Canada
Office: 519-489-6033 Cell: 519-574-9788
On Aug 21, 2011, at 8:06 PM, Randy Burgess wrote:
but if my initial settings are correct, why is it still not working?
On Sun, Aug 21, 2011 at 7:04 PM, Paul McCann pmccann@gmail.com wrote: Paul McCann wrote: (nice start to the week: replying to myself...)
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.
Sorry: please ignore the above paragraph. It should be set as described in the initial post. I should read the README before making stuff up.
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
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate