Thursday, 19 September 2013

Configure Sublime Text 3 GIT Path

Configure Sublime Text 3 GIT Path

I keep getting an "Executable '['git']' was not found in PATH. Current
PATH" error message when trying GIT STATUS in Sublime Text 3. I have the
SublimeGit plugin installed.
I have the following in my Package Settings > Settings - User
"git_executables": {
"git": ["/usr/local/bin/git"],
"git_flow": ["/usr/local/bin/git", "flow"],
"legit": ["legit"]
}
I have read https://docs.sublimegit.net/quickstart.html, but it does not
go through windows paths.
Any help would be appreciated.

No comments:

Post a Comment