Sublime Forum

Package Control: Unable to find git

#1

one day i started up sublime text 2 and now keep getting the following error, and have googled etc but nothing forth coming with an easy how to sort out solution.

Package Control: Unable to find git. Please set the git_binary setting by accessing the Preferences > Package Settings > Package Control > Settings – User menu entry. The Settings – Default entry can be used for reference, but changes to that will be overwritten upon next upgrade.

I am on an iMac intel using Sublime Text 2 Version 2.0.1, Build 2217.

Many Thanks

0 Likes

#2

seems i had to add the followin when on a Mac OS lion.

"git_binary": "/usr/local/git/bin/git",
0 Likes

#3

This worked for me as well. Thanks for documenting.

0 Likes