Open Sublime Text 2 today, and the package control-unable to find Git.exe error appears. As follows
cause : The Sublime package was previously acquired through the git clone command. Sublime Text tries to update the package after each startup, but Git.exe is not found.
workaround : If the error prompts, follow the path Preferences > Package Setting > Package Control > Settings-user to add the following configuration:
"Git_binary": ["c:\\users\\isun\\appdata\\local\\github\\portablegit_c7e0cbde92ba565cb218a521411d0e854079a28c\\ Cmd\\git.exe "]
or modify the configuration to close the package update:
"Ignore_vcs_packages": true
Note: In the Windows environment, the location of Git.exe is c:\users\<username>\appdata\local\github\portablegit_<numbersandletters>\ Cmd\git.exe
Resources:
I can ' t find my git.exe file in my Github folder Http://stackoverflow.com/questions/26077449/i-cant-find-my-git-exe-file -in-my-github-folder
St3:unable to find Git.exe #368 https://github.com/wbond/package_control/issues/368
Sublime:unable to find Git.exe error http://www.cnblogs.com/javawebsoa/archive/2013/05/25/3098711.html
Sublime Text 2-unable to find Git.exe error