Update
This commit is contained in:
@@ -24,6 +24,7 @@ base64_string = 'AUTHORIZATION: basic ' + base64_bytes.decode("utf-8")
|
|||||||
key = 'http.'+GITHUB_SERVER_URL+'/.extraheader'
|
key = 'http.'+GITHUB_SERVER_URL+'/.extraheader'
|
||||||
value = base64_string
|
value = base64_string
|
||||||
cmd = 'git config --global ' + key + ' ' + escape(value)
|
cmd = 'git config --global ' + key + ' ' + escape(value)
|
||||||
|
print(cmd)
|
||||||
result = os.popen(cmd)
|
result = os.popen(cmd)
|
||||||
|
|
||||||
key = 'url.'+GITHUB_SERVER_URL+'/.insteadOf'
|
key = 'url.'+GITHUB_SERVER_URL+'/.insteadOf'
|
||||||
|
|||||||
Reference in New Issue
Block a user