Skip to content

Commit f8c937e

Browse files
committed
add "GIT_SSL_CAINFO"
1 parent 9eacb21 commit f8c937e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/penv_setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,7 @@ def _setup_certifi_env(env):
620620
"SSL_CERT_FILE": cert_path,
621621
"REQUESTS_CA_BUNDLE": cert_path,
622622
"CURL_CA_BUNDLE": cert_path,
623+
"GIT_SSL_CAINFO": cert_path,
623624
})
624625
env.Replace(ENV=env_vars)
625626

0 commit comments

Comments
 (0)