Advertisement
nicklovell123

Untitled

Aug 18th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. Retrying clone after deleting None
  2. error: Cannot fetch SlimRemix/android_art (GitError: --force-sync not enabled; cannot overwrite a local work tree)
  3. Exception in thread Thread-311:
  4. Traceback (most recent call last):
  5. File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
  6. self.run()
  7. File "/usr/lib/python2.7/threading.py", line 763, in run
  8. self.__target(*self.__args, **self.__kwargs)
  9. File "/home/nicklovell23/slimremix/.repo/repo/subcmds/sync.py", line 254, in _FetchProjectList
  10. success = self._FetchHelper(opt, project, *args, **kwargs)
  11. File "/home/nicklovell23/slimremix/.repo/repo/subcmds/sync.py", line 297, in _FetchHelper
  12. optimized_fetch=opt.optimized_fetch)
  13. File "/home/nicklovell23/slimremix/.repo/repo/project.py", line 1144, in Sync_NetworkHalf
  14. self._InitGitDir(force_sync=force_sync)
  15. File "/home/nicklovell23/slimremix/.repo/repo/project.py", line 2198, in _InitGitDir
  16. raise e
  17. GitError: --force-sync not enabled; cannot overwrite a local work tree
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement