tags:

views:

778

answers:

1

I'm trying to make sync according http://source.android.com/download manual, so everything is good, except syncing :)

repo sync
...
Fetching projects:   5% (8/143)  
Initializing project platform/development ...
fatal: The remote end hung up unexpectedly
error: Cannot fetch platform/development
.. or
Fetching projects:   2% (3/143)  fatal: read error (Connection reset by peer)
error: Cannot fetch platform/bootable/diskinstaller

I've found this issue, but there is not valuable information

Any ideas?

A: 

It's seems there is a workaround for this bug (Add missing return False to preconnect):

Bakhtiyor