Advertisement
Guest User

Untitled

a guest
Feb 12th, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/lib64/python3.6/site-packages/git/cmd.py", line 735, in execute
  3. **subprocess_kwargs
  4. File "/usr/lib64/python3.6/subprocess.py", line 709, in __init__
  5. restore_signals, start_new_session)
  6. File "/usr/lib64/python3.6/subprocess.py", line 1344, in _execute_child
  7. raise child_exception_type(errno_num, err_msg, err_filename)
  8. FileNotFoundError: [Errno 2] No such file or directory: '/home/zenix/Desktop/aaaa': '/home/zenix/Desktop/aaaa'
  9.  
  10. During handling of the above exception, another exception occurred:
  11.  
  12. Traceback (most recent call last):
  13. File "<stdin>", line 1, in <module>
  14. File "/usr/lib64/python3.6/site-packages/git/cmd.py", line 548, in <lambda>
  15. return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
  16. File "/usr/lib64/python3.6/site-packages/git/cmd.py", line 1014, in _call_process
  17. return self.execute(call, **exec_kwargs)
  18. File "/usr/lib64/python3.6/site-packages/git/cmd.py", line 738, in execute
  19. raise GitCommandNotFound(command, err)
  20. git.exc.GitCommandNotFound: Cmd('git') not found due to: FileNotFoundError('[Errno 2] No such file or directory: '/home/zenix/Desktop/aaaa': '/home/zenix/Desktop/aaaa'')
  21. cmdline: git clone https://github.com/Zenix-Blurryface/CVulture-Updates.git
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement