When the repo is synchronized, it stops on Fetching projects: 100% (293/293), completed

I am creating a new repo for Android OS. I want to download Android4.1.1

I used:

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

resync

after hours, completion shows:

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

Receipt of projects: 100% (293/293), done.

and he stopped here, I went into the ~ / code / Android4.1 / directory, there are no files, only the .repo directory

+4
source share
1 answer

Use

$ repo sync -l

It updates only the working tree and does not retrieve it.

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

Good luck Rakesh Verma

+6
source

All Articles