Git Repo Problem

2019-08-20 07:41发布

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?

1条回答
叛逆
2楼-- · 2019-08-20 08:36

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

查看更多
登录 后发表回答