dragoip / 0xdroid

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

unable to download source code #178

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I dont know where should I ask this, I cant download the source file from if i 
follow from http://code.google.com/p/0xdroid/wiki/Source.
Correct me if I am wrong, 
$curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
this seem like no longer valid.
So I use this, is this correct?:
$curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo

inside my repo file:
## repo default configuration
##
REPO_URL='https://android.googlesource.com/tools/repo'
REPO_REV='stable'

then I do the follow:
$~/mydroid$ repo init -u https://git.gitorious.org/0xdroid/manifest.git
$~/mydroid$ repo sync
Fetching projects:  64% (102/159)  fatal: 
'../platform/packages/apps/DeskClock.git' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
error: Cannot fetch platform/packages/apps/DeskClock

regardless what I use:
repo init -u git://gitorious.org/0xdroid/manifest.git -b BRANCH_NAME
it hang up at 64%

what is the problem?

Original issue reported on code.google.com by dennisdo...@gmail.com on 20 Jan 2012 at 4:20

GoogleCodeExporter commented 9 years ago
i also meet the same issue. I tried to get the branch beagle-eclair.

Original comment by Wendell....@gmail.com on 29 Mar 2012 at 2:54

GoogleCodeExporter commented 9 years ago
I tried to get as repo init -u git://gitorious.org/0xdroid/manifest.git -b 
beagle-eclair.
But I also have this issue, can't sync out.
The message as below.
root@ubuntu:~/Devkit8000# repo sync
Fetching projects:  20% (32/159)  fatal: The remote end hung up unexpectedly
Fetching projects:  64% (102/159)  fatal: protocol error: expected sha/ref, got 
'
----------------------------------------------
Cannot find repository /platform/packages/apps/DeskClock
----------------------------------------------'
fatal: protocol error: expected sha/ref, got '
----------------------------------------------
Cannot find repository /platform/packages/apps/DeskClock
----------------------------------------------'
error: Cannot fetch platform/packages/apps/DeskClock

Original comment by shium6...@gmail.com on 18 Apr 2012 at 1:13