Git repo problem

I tried to create a version of Android. 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 the repo on git bash, he said: "Command not found." What am I doing wrong?

0
source share
1 answer

First you need to install repo- there are instructions here:

+2
source

Source: https://habr.com/ru/post/1615541/


All Articles