dragoip / 0xdroid

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

repo error #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.$repo init -u git://git.0xlab.org/manifest.git -b beagle-eclair
$ sed -i -e 's#git://gitorious.org/0xdroid/#git://git.0xlab.org/#' 
.repo/manifests/default.xml
$ repo sync 

repo error at 61% 
Fetching projects:  61% (96/157)  fatal: The remote end hung up unexpectedly
error: Cannot fetch packages_apps_AlarmClock

Original issue reported on code.google.com by greatma...@gmail.com on 17 Jun 2010 at 4:13

GoogleCodeExporter commented 9 years ago

Original comment by ckanru on 17 Jun 2010 at 11:16

GoogleCodeExporter commented 9 years ago
Please try

 repo init -u git://gitorious.org/0xdroid/manifest.git -b BRANCH_NAME -m mirror.xml

instead. I've update the relevant wiki page.

Original comment by ckanru on 18 Jun 2010 at 6:47

GoogleCodeExporter commented 9 years ago
repo still error 
event `1
repo init -u git://gitorious.org/0xdroid/manifest.git -b beale-eclair -m 
mirror.xml

repo sync

Initializing project bionic ...
warning: no common commits
remote: Counting objects: 4053, done.
remote: Compressing objects: 100% (1686/1686), done.
fatal: The remote end hung up unexpectedlyiB   
fatal: early EOF
fatal: index-pack failed
error: Cannot fetch bionic

event 2
repo sync
fatal: The remote end hung up unexpectedly
error: Cannot fetch bionic

Original comment by greatma...@gmail.com on 18 Jun 2010 at 11:20

GoogleCodeExporter commented 9 years ago
What happens if you repeat 'repo sync' several times?

Original comment by ckanru on 18 Jun 2010 at 11:41

GoogleCodeExporter commented 9 years ago
Cannot reproduce.

Original comment by ckanru on 21 Jun 2010 at 8:18

GoogleCodeExporter commented 9 years ago
repo still error at 69%
repo sync 
Fetching projects:  69% (109/157)  fatal: The remote end hung up unexpectedly
error: Cannot fetch packages_apps_Launcher2
please solve problem

Original comment by greatma...@gmail.com on 22 Jun 2010 at 6:39

GoogleCodeExporter commented 9 years ago
@greatmay12:

packages_apps_Launcher2 is the project name on gitorious. If you were using the 
mirror then it should be packages_apps_launcher2.

Gitorious has connectivity problem recently, so you probably want to keep repo 
sync until success.

Original comment by ckanru on 22 Jun 2010 at 6:52