when repo sync, it stop at Fetching projects: 100% (293/293), done

from:http://stackoverflow.com/questions/13863100/when-repo-sync-it-stop-at-fetching-projects-100-293-293-done


2 down vote favorite
1

I make a new repo for Android OS source.I want download the Android4.1.1

I used:

repo init -u https://android.googlesource.com/platform/manifest -b android-4.2_r1

repo sync

after hours ,the terminate shows:

yeling@yeling-ThinkPad-E420:~/code/Android4.1$ repo sync

Fetching projects: 100% (293/293), done.  

and it stoped here, i entered the directory ~/code/Android4.1/ ,there are no files, only a directory .repo

2 down vote

Use

$ repo sync -l

It only updates working tree and does not fetch.

Check out $repo sync -h, for other options of repo sync.

Have fun!Rakesh Verma


转载说明:repo sync -l

最后一个字母是小写的L,不是大写的字母i 哦!

你可能感兴趣的:(android,it,download,ar)