diff --git a/execute.py b/execute.py index 284dde5..ef5f226 100755 --- a/execute.py +++ b/execute.py @@ -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 + '/' + \