Sublime Forum

Package Control - "git_binary": "" with Git Portable on Wins

#1

Hi all!

My OSs almost are Windows.
I’m using ST2 portable on a Flash USB. And I decide to use GIT Portable on the same USB. But I don’t know how to setting up Package Control to use the git binary file.
Please give me some suggestion to config the “git_binary” to use the GIT Portable.
Here is the dirs structure:

- [Device Letter (G:\)] |-----> [sublimetext] --> |-----> [Git-portable] --> [bin] -> git.exe |----->
What should be the value of the “git_binary” var? I have tried some solution but didnot toke any effect.
Thanks advance!

0 Likes

#2

I’m using the Sublime Text 3 beta and this worked:

"git_binary": "/Portable/PortableGit-1.8.3-preview20130601/bin/git.exe"

I imagine that would fail if I were to run Sublime Text with a working directory outside of my portable drive.

1 Like

#3

I have “git_binary”: “d:/Programs/TotalCommander/Launching/Soft/Internet/Git/bin/git.exe”

0 Likes