如果这样输入:
repo init -u git://github.com/CyanogenMod/android.git
会出现如下的错误:
应该这样:
repo init -u git://github.com/CyanogenMod/android.git -b gingerbread
即需要指定一个分支
如果这样输入:
repo init -u git://github.com/CyanogenMod/android.git
会出现如下的错误:
应该这样:
repo init -u git://github.com/CyanogenMod/android.git -b gingerbread
即需要指定一个分支
转载于:https://www.cnblogs.com/mengshu-lbq/archive/2012/03/14/2115873.html