agentc13
Daleks Über Alles
OK, finally got that part done. It spit this out at me at the end:
Is that going to mess me up if I want to continue?
Code:
fatal: This operation must be run in a work tree
Traceback (most recent call last):
File "/home/agentc13/android/system/.repo/repo/main.py", line 366, in <module>
_Main(sys.argv[1:])
File "/home/agentc13/android/system/.repo/repo/main.py", line 346, in _Main
result = repo._Run(argv) or 0
File "/home/agentc13/android/system/.repo/repo/main.py", line 137, in _Run
result = cmd.Execute(copts, cargs)
File "/home/agentc13/android/system/.repo/repo/subcmds/sync.py", line 443, in Execute
project.Sync_LocalHalf(syncbuf)
File "/home/agentc13/android/system/.repo/repo/project.py", line 975, in Sync_LocalHalf
self._InitWorkTree()
File "/home/agentc13/android/system/.repo/repo/project.py", line 1758, in _InitWorkTree
raise GitError("cannot initialize work tree")
error.GitError: cannot initialize work tree

