Use PortableGit from git\bin\git.exe instead of git\cmd\git.exe, which seems to be the preferred use.
This commit is contained in:
3
emsdk
3
emsdk
@@ -190,8 +190,7 @@ warnonce_git_not_found = False
|
|||||||
|
|
||||||
def GIT():
|
def GIT():
|
||||||
global warnonce_git_not_found
|
global warnonce_git_not_found
|
||||||
# git = 'git/1.8.3/bin/bin/git.exe'
|
git = 'git/1.8.3/bin/git.exe'
|
||||||
git = 'git/1.8.3/cmd/git.exe'
|
|
||||||
try:
|
try:
|
||||||
(ret, stdout, stderr) = run_get_output([git, '--version'])
|
(ret, stdout, stderr) = run_get_output([git, '--version'])
|
||||||
if ret == 0:
|
if ret == 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user