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"  } 

Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -