Обновить execute.py
This commit is contained in:
@@ -24,7 +24,7 @@ base64_string = 'AUTHORIZATION: basic ' + base64_bytes.decode("utf-8")
|
||||
config = 'http.'+GITHUB_SERVER_URL+'/.extraheader="'+base64_string+'"'
|
||||
cmd = 'git config --global ' + config
|
||||
os.system(cmd)
|
||||
config = 'url.'+GITHUB_SERVER_URL+'/.insteadOf="git'+'codex.r10x.net+'"'
|
||||
config = 'url.'+GITHUB_SERVER_URL+'/.insteadOf="git'+'codex.r10x.net'+'"'
|
||||
cmd = 'git config --global ' + config
|
||||
os.system(cmd)
|
||||
cmd = 'git config list '
|
||||
|
||||
Reference in New Issue
Block a user