I have installed those below on my Windows 10 x64:
- git-bash (portable)
- GNU bash, version 4.4.23(1)-release (x86_64-pc-msys)
- git version 2.27.0.windows.1
- bash path: "C:\Users\alazt\developer-folder\git-folder\PortableGit\bin\bash.exe"
- git path: "C:\Users\alazt\developer-folder\git-folder\PortableGit\bin\git.exe"
- sublime-text (portable)
- Sublime Text Unregistered Version 3.2.2, Build 3211
I want to use "Git" Sublime package but cannot find how to configure git path.
I get this error when I try, for example, git fetch command:
'git' is not recognized as an internal or external command, operable program or batch file.
I cannot find how to configure settings JSON to set the path for git.
Below settings didn't work:
{ "git_command": "C:\\Users\\alazt\\developer-folder\\git-folder\\PortableGit\\bin\\git.exe" } or
{ "terminal": "C:\\Users\\alazt\\developer-folder\\git-folder\\PortableGit\\bin\\git.exe" } How can I use git commands inside Sublime Text via 'Git' package?
"git_command"setting in. As far as I can tell theGitpackage has no"terminal"setting, what made you think that it had?"git_command"....\Sublime Text Build 3211 x64\Data\Packages\User\Preferences.sublime-settings