kemayo / sublime-text-git

Plugin for some git integration into sublime text
MIT License
2.83k stars 391 forks source link

Using git in a a project which is on a local server #182

Open adardesign opened 12 years ago

adardesign commented 12 years ago

Using OSX 10.8 I have a project that resides in: /Volumes/SERVERNAME/projectName

I manually called git init in the root. It seems like i cant do any git command as it has a error

Git binary could not be found in PATH Consider using the git_command setting for the Git plugin PATH is: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Users/adardesign/bin

jimzarkadas commented 12 years ago

i had exactly the same problem! Quit Sublime Text and open terminal. Then type "open /Application/Sublime\ Text\ 2.app/" and press enter. Sublime text opens. Then go to the folder and doyble click the file to open it. Everything should work fine!

alienlebarge commented 11 years ago

same probs here