I was using the command below:
repo init -u http://android.git.linaro.org/git-ro/platform/manifest.git -b linaro-android-13.04-release -m galaxynexus.xml --repo-url= http://android.git.linaro.org/git-ro/tools/repo
It can show some branches' messges, but it always halted like below:
From /home/alexunder/workspace/linaro/galaxy-android/.repo/manifests.git/clone.bundle * [new branch] master -> origin/master
How do I solve it? Thanks!
Hi,
There are some problems we are fixing now. It's better to wait some time and try again.
If you want to download it now, maybe you can use the git protocol like this:
repo init -u git://android.git.linaro.org/platform/manifest.git -b linaro-android-13.04-release -m galaxynexus.xml --repo-url=http://android.git.linaro.org/git-ro/tools/repo -g all,-notdefault,-eclipse
Thanks, Yongqin Liu On 21 May 2013 01:30, chenyu xu xalexu@gmail.com wrote:
I was using the command below:
repo init -u http://android.git.linaro.org/git-ro/platform/manifest.git -b linaro-android-13.04-release -m galaxynexus.xml --repo-url=http://android.git.linaro.org/git-ro/tools/repo
It can show some branches' messges, but it always halted like below:
From /home/alexunder/workspace/linaro/galaxy-android/.repo/manifests.git/clone.bundle
- [new branch] master -> origin/master
How do I solve it? Thanks!
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
linaro-android@lists.linaro.org