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