anita2310 / rowboat

Automatically exported from code.google.com/p/rowboat
0 stars 0 forks source link

error while downloading the android source code #87

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
hi 
i m following the below link to get the source code of android
http://code.google.com/p/rowboat/wiki/Source
but in the middle of downloading i got the below error
---------------------------------------------------------------------------
 File "/root/rowboat/.repo/repo/main.py", line 238, in <module>
    _Main(sys.argv[1:])
  File "/root/rowboat/.repo/repo/main.py", line 220, in _Main
    repo._Run(argv)
  File "/root/rowboat/.repo/repo/main.py", line 125, in _Run
    cmd.Execute(copts, cargs)
  File "/root/rowboat/.repo/repo/subcmds/sync.py", line 360, in Execute
    project.Sync_LocalHalf(syncbuf)
  File "/root/rowboat/.repo/repo/project.py", line 688, in Sync_LocalHalf
    head = self.work_git.GetHead()
  File "/root/rowboat/.repo/repo/project.py", line 1380, in GetHead
    fd = open(path, 'rb')
IOError: [Errno 2] No such file or directory: 
u'/root/rowboat/system/core/.git/HEAD'
-------------------------------------------------------------------------------
how to fix this problm?

Original issue reported on code.google.com by nieki...@gmail.com on 4 Mar 2011 at 7:18