Advertisement
den4ik2003

Untitled

Feb 21st, 2023
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. Hello, den4ik!
  2.  
  3. Command running: ['update'], cwd: /workspace/concurrency-course
  4. Time: 2023-02-21 12:53:23
  5. Platform: Linux-5.15.0-60-generic-x86_64-with-glibc2.29
  6. C++ compiler: /usr/bin/clang++-14 (Ubuntu clang version 14.0.6)
  7. Python: 3.8.10, CPython, /workspace/concurrency-course/client/venv/bin/python
  8. Repository root directory: /workspace/concurrency-course
  9. Git commit: b5a84da0b834c2be81c0e4a259dd3831199c0a68
  10.  
  11. Updating tasks repository
  12.  
  13. git@gitlab.com: Permission denied (publickey).
  14. fatal: Could not read from remote repository.
  15.  
  16. Please make sure you have the correct access rights
  17. and the repository exists.
  18.  
  19. Command '['git', 'pull', 'origin', 'master']' returned non-zero exit status 1.
  20. Traceback (most recent call last):
  21. File "/workspace/concurrency-course/client/client.py", line 373, in main
  22. args.cmd(args)
  23. File "/workspace/concurrency-course/client/client.py", line 101, in update_command
  24. client.update(with_cmake=not args.no_cmake)
  25. File "/workspace/concurrency-course/client/clippy/course.py", line 60, in update
  26. subprocess.check_call(["git", "pull", "origin", master_branch])
  27. File "/usr/lib/python3.8/subprocess.py", line 364, in check_call
  28. raise CalledProcessError(retcode, cmd)
  29. subprocess.CalledProcessError: Command '['git', 'pull', 'origin', 'master']' returned non-zero exit status 1.
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement