简体   繁体   中英

Git Repo Problem

I was trying to build a android release. I found this code:

mkdir cm4mm
cd cm4mm
repo init -u git://github.com/nadlabak/android.git -b gingerbread
repo sync
vendor/cyanogen/get-rommanager
. build/envsetup.sh && brunch umts_sholes

I installed Git, but while I tried repo on git bash, it said "Command Not Found". What am I doing wrong?

You need to install repo first - there are instructions here:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM