sublimetext3 - Sublime text 3 git plugin PATH error - GIT Binary could not be found in PATH -
this driving me crazy.. have found same issue elsewhere... cannot work on windows 8.1.
added c:\git\bin path environment variable.
also tried updating git_command var in sublime git plugin user settings... still appears!... ideas appreciated... thanks
here attempt add bin dir git_command property.
{ // if present, use command instead of plain "git" // e.g. "/users/kemayo/bin/git" or "c:\bin\git.exe" "git_command": "c:/git/git.exe" }
thanks looking
i think adding incorrect path. should be:
{ // if present, use command instead of plain "git" // e.g. "/users/kemayo/bin/git" or "c:\bin\git.exe" "git_command": "c:/git/bin/git.exe" }