Advertisement
techmik

Untitled

Feb 1st, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. [techmik@kragar cm9]$ repo sync
  2. bash: repo: command not found
  3. [techmik@kragar cm9]$ ~/bin/repo sync
  4. Traceback (most recent call last):
  5. File "/home/techmik/cm9/.repo/repo/main.py", line 366, in <module>
  6. _Main(sys.argv[1:])
  7. File "/home/techmik/cm9/.repo/repo/main.py", line 346, in _Main
  8. result = repo._Run(argv) or 0
  9. File "/home/techmik/cm9/.repo/repo/main.py", line 137, in _Run
  10. result = cmd.Execute(copts, cargs)
  11. File "/home/techmik/cm9/.repo/repo/subcmds/sync.py", line 397, in Execute
  12. current_branch_only=opt.current_branch_only)
  13. File "/home/techmik/cm9/.repo/repo/project.py", line 929, in Sync_NetworkHalf
  14. current_branch_only=current_branch_only):
  15. File "/home/techmik/cm9/.repo/repo/project.py", line 1428, in _RemoteFetch
  16. if GitCommand(self, cmd, bare=True, ssh_proxy=ssh_proxy).Wait() == 0:
  17. File "/home/techmik/cm9/.repo/repo/git_command.py", line 215, in __init__
  18. raise GitError('%s: %s' % (command[1], e))
  19. error.GitError: fetch: [Errno 2] No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement