Advertisement
mattmanwrx

Untitled

Oct 22nd, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. Fetching projects: 100% (375/375), done.
  2. Syncing work tree: 52% (195/375) fatal: This operation must be run in a work tree
  3. Syncing work tree: 84% (315/375) fatal: This operation must be run in a work tree
  4. Syncing work tree: 85% (319/375) fatal: This operation must be run in a work tree
  5. Traceback (most recent call last):
  6. File "/home/matt/drive3/omni/.repo/repo/main.py", line 418, in <module>
  7. _Main(sys.argv[1:])
  8. File "/home/matt/drive3/omni/.repo/repo/main.py", line 394, in _Main
  9. result = repo._Run(argv) or 0
  10. File "/home/matt/drive3/omni/.repo/repo/main.py", line 142, in _Run
  11. result = cmd.Execute(copts, cargs)
  12. File "/home/matt/drive3/omni/.repo/repo/subcmds/sync.py", line 657, in Execute
  13. project.Sync_LocalHalf(syncbuf)
  14. File "/home/matt/drive3/omni/.repo/repo/project.py", line 1080, in Sync_LocalHalf
  15. self._InitWorkTree()
  16. File "/home/matt/drive3/omni/.repo/repo/project.py", line 2059, in _InitWorkTree
  17. raise GitError("cannot initialize work tree")
  18. error.GitError: cannot initialize work tree
  19. matt@mattman:~/drive3/omni$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement