This commit is contained in:
2025-03-30 05:04:16 +03:00
parent 1fb79fea4a
commit 4c1edd436f

View File

@@ -24,6 +24,7 @@ base64_string = 'AUTHORIZATION: basic ' + base64_bytes.decode("utf-8")
key = 'http.'+GITHUB_SERVER_URL+'/.extraheader'
value = base64_string
cmd = 'git config --global ' + key + ' ' + escape(value)
print(cmd)
result = os.popen(cmd)
key = 'url.'+GITHUB_SERVER_URL+'/.insteadOf'