Update
This commit is contained in:
@@ -29,8 +29,10 @@ value = '"git@'+'codex.r10x.net'+'"'
|
|||||||
cmd = 'git config --global ' + key + ' ' + GITHUB_SERVER_URL
|
cmd = 'git config --global ' + key + ' ' + GITHUB_SERVER_URL
|
||||||
# result = os.popen(cmd)
|
# result = os.popen(cmd)
|
||||||
|
|
||||||
#cmd = 'git config list '
|
cmd = 'git config list '
|
||||||
# result = os.popen(cmd)
|
print(cmd)
|
||||||
|
result = os.popen(cmd)
|
||||||
|
print(result.read())
|
||||||
|
|
||||||
cmd = 'git clone ' + \
|
cmd = 'git clone ' + \
|
||||||
GITHUB_SERVER_URL + '/' + \
|
GITHUB_SERVER_URL + '/' + \
|
||||||
|
|||||||
Reference in New Issue
Block a user