Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. mkhozin-osx:small-test-framework mkhozin$ python3 ../submit.py
  2. Traceback (most recent call last):
  3. File "../submit.py", line 121, in <module>
  4. push_branches(task_name)
  5. File "../submit.py", line 82, in push_branches
  6. git("push", "-f", "student", "submits/" + task_name)
  7. File "../submit.py", line 17, in git
  8. subprocess.check_output(["git"] + list(args), cwd=SHADOW_REPO_DIR, stderr=subprocess.PIPE)
  9. File "/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 411, in check_output
  10. **kwargs).stdout
  11. File "/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 512, in run
  12. output=stdout, stderr=stderr)
  13. subprocess.CalledProcessError: Command '['git', 'push', '-f', 'student', 'submits/small-test-framework']' returned non-zero exit status 128.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement