Update
This commit is contained in:
@@ -34,6 +34,11 @@ print(cmd)
|
||||
result = os.popen(cmd)
|
||||
print(result.read())
|
||||
|
||||
cmd = 'git config list --global'
|
||||
print(cmd)
|
||||
result = os.popen(cmd)
|
||||
print(result.read())
|
||||
|
||||
cmd = 'git clone ' + \
|
||||
GITHUB_SERVER_URL + '/' + \
|
||||
GITHUB_REPOSITORY + ' ' + os.getcwd()
|
||||
|
||||
Reference in New Issue
Block a user