Index: win_toolchain/get_toolchain_if_necessary.py |
diff --git a/win_toolchain/get_toolchain_if_necessary.py b/win_toolchain/get_toolchain_if_necessary.py |
index 033c091018fb3e25bd9084b180403d2d76e138fa..266806b0699004c07c5ae74de38f8fd4d37e3ded 100755 |
--- a/win_toolchain/get_toolchain_if_necessary.py |
+++ b/win_toolchain/get_toolchain_if_necessary.py |
@@ -126,7 +126,7 @@ def HaveSrcInternalAccess(): |
shell=True, stdin=nul, stdout=nul, stderr=nul) == 0: |
return True |
return subprocess.call( |
- ['git', 'remote', 'show', |
+ ['git', '-c', 'core.askpass=true', 'remote', 'show', |
'https://chrome-internal.googlesource.com/chrome/src-internal/'], |
shell=True, stdin=nul, stdout=nul, stderr=nul) == 0 |