本文介绍了Git的回购问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我是想建立一个Android的版本。我发现这个code:
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
我安装的Git,但同时我试着混帐bash的回购,它说:找不到命令。我在做什么错了?
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:
- http://source.android.com/source/downloading.html#installing-repo
这篇关于Git的回购问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!