Обновить execute.py
This commit is contained in:
@@ -24,6 +24,7 @@ base64_string = 'AUTHORIZATION: basic ' + base64_bytes.decode("utf-8")
|
|||||||
cmd = 'git -c http.'+GITHUB_SERVER_URL+'extraheader="'+base64_string+'" clone ' + \
|
cmd = 'git -c http.'+GITHUB_SERVER_URL+'extraheader="'+base64_string+'" clone ' + \
|
||||||
GITHUB_SERVER_URL + '/' + \
|
GITHUB_SERVER_URL + '/' + \
|
||||||
GITHUB_REPOSITORY
|
GITHUB_REPOSITORY
|
||||||
|
print('cmd:', cmd)
|
||||||
os.system(cmd)
|
os.system(cmd)
|
||||||
|
|
||||||
print(f"Encoded string: {base64_string}")
|
print(f"Encoded string: {base64_string}")
|
||||||
|
|||||||
Reference in New Issue
Block a user