Skip to content

Instantly share code, notes, and snippets.

Created June 1, 2015 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/841405014ccc2ef62993 to your computer and use it in GitHub Desktop.
Save anonymous/841405014ccc2ef62993 to your computer and use it in GitHub Desktop.
phablet-dev-bootstrap -c phablet
INFO:phablet-dev-bootstrap:Changing to workdir /home/neo/phablet
INFO:phablet-dev-bootstrap:Initializing repository
Traceback (most recent call last):
File "/home/neo/phablet/.repo/repo/main.py", line 506, in <module>
_Main(sys.argv[1:])
File "/home/neo/phablet/.repo/repo/main.py", line 482, in _Main
result = repo._Run(argv) or 0
File "/home/neo/phablet/.repo/repo/main.py", line 161, in _Run
result = cmd.Execute(copts, cargs)
File "/home/neo/phablet/.repo/repo/subcmds/init.py", line 390, in Execute
self._SyncManifest(opt)
File "/home/neo/phablet/.repo/repo/subcmds/init.py", line 236, in _SyncManifest
m.MetaBranchSwitch()
File "/home/neo/phablet/.repo/repo/project.py", line 2705, in MetaBranchSwitch
self.Sync_LocalHalf(syncbuf)
File "/home/neo/phablet/.repo/repo/project.py", line 1230, in Sync_LocalHalf
lost = self._revlist(not_rev(revid), HEAD)
File "/home/neo/phablet/.repo/repo/project.py", line 2312, in _revlist
return self.work_git.rev_list(*a, **kw)
File "/home/neo/phablet/.repo/repo/project.py", line 2506, in rev_list
p.stderr))
error.GitError: manifests rev-list ('^5287c048fd4b6f1df66ee21ecb7eb54b6bf83085', 'HEAD', '--'): fatal: bad revision 'HEAD'
ERROR:phablet-dev-bootstrap:Error while trying to sync repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment