Обновить execute.py

This commit is contained in:
2025-03-29 15:36:11 +03:00
parent 029d253160
commit cc3d075e5a

View File

@@ -29,7 +29,7 @@ print('result:' , result.read())
key = 'url.'+GITHUB_SERVER_URL+'/.insteadOf'
value = '"git@'+'codex.r10x.net'+'"'
cmd = 'git config --global ' + key + ' ' + value
cmd = 'git config --global ' + key + ' ' + GITHUB_SERVER_URL
result = os.popen(cmd)
print('result:' , result.read())