系统 Ubuntu 14.04 64bit
1.安装repo工具
sudo apt-get install phablet-tools git-core
2.创建目录
mkdir ~/DroidSource && cd ~/DroidSource
3.初始化仓库
repo init -u git://github.com/CyanogenMod/android.git -b cm-12.0 --repo-url https://code.csdn.net/kangear/git-repo.git
4.同步仓库
repo sync