Обновить execute.py

This commit is contained in:
2025-03-30 07:55:28 +03:00
parent a7d8c17752
commit 5215c01fd8

View File

@@ -36,6 +36,12 @@ value = 'git@"'+base64_string+'"'
cmd = 'git config set --global ' + escape(key) + ' ' + escape(GITHUB_SERVER_URL)
result = os.popen(cmd)
cmd = 'git init'
os.popen(cmd)
cmd = 'git remote add origin ' + GITHUB_SERVER_URL + '/' + GITHUB_REPOSITORY
os.popen(cmd)
# cmd = 'git config list --local'
# print(cmd)
# result = os.popen(cmd)