repo 安装
repo是android用于管理git仓库的工具。
参考链接
http://www.cnblogs.com/xiaoerlang/p/3549156.html
mkdir ~/bin
export PATH=~/bin:$PATH
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
repo是android用于管理git仓库的工具。
http://www.cnblogs.com/xiaoerlang/p/3549156.html
mkdir ~/bin
export PATH=~/bin:$PATH
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo