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