error in repo sync
got error in repo sync. error.Giterror("cannot initialize work tree") any ideas what happened?
Syncing work tree: 75% (315/420) Checking out files: 2% (65/230Checking out files: 100% (2307/2307), done.
Syncing work tree: 78% (328/420) Checking out files: 0% (8/1293Checking out files: 100% (1293/1293), done.
Syncing work tree: 81% (341/420) Checking out files: 2% (23/114Checking out files: 100% (1148/1148), done.
Syncing work tree: 87% (366/420) Checking out files: 7% (45/575Checking out files: 100% (575/575), done.
Syncing work tree: 88% (370/420) fatal: unable to write new index file
Traceback (most recent call last):
File "/home/android/baked/.repo/repo/main.py", line 408, in <module>
_Main(sys.argv[1:])
File "/home/android/baked/.repo/repo/main.py", line 388, in _Main
result = repo._Run(argv) or 0
File "/home/android/baked/.repo/repo/main.py", line 138, in _Run
result = cmd.Execute(copts, cargs)
File "/home/android/baked/.repo/repo/subcmds/sync.py", line 585, in Execute
project.Sync_LocalHalf(syncbuf)
File "/home/android/baked/.repo/repo/project.py", line 1015, in Sync_LocalHalf
self._InitWorkTree()
File "/home/android/baked/.repo/repo/project.py", line 1801, in _InitWorkTree
raise GitError("cannot initialize work tree")
error.GitError: cannot initialize work tree