Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to download source code #178

Open
GoogleCodeExporter opened this issue May 27, 2015 · 2 comments
Open

unable to download source code #178

GoogleCodeExporter opened this issue May 27, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant