This commit is contained in:
2025-03-30 03:40:43 +03:00
parent 2c9450934f
commit 9b14fe8749

View File

@@ -29,8 +29,10 @@ value = '"git@'+'codex.r10x.net'+'"'
cmd = 'git config --global ' + key + ' ' + GITHUB_SERVER_URL
# result = os.popen(cmd)
#cmd = 'git config list '
# result = os.popen(cmd)
cmd = 'git config list '
print(cmd)
result = os.popen(cmd)
print(result.read())
cmd = 'git clone ' + \
GITHUB_SERVER_URL + '/' + \