安装repo


安装git和curl 在终端窗口敲下面的命令:

sudo apt-get install git-core curl 


安装repo脚本

//curl http://android.git.kernel.org/repo >~/repo //测试失效了

//curl "http://php.webtutor.pl/en/wp-content/uploads/2011/09/repo"> ~/bin/repo     //测试有效

 

curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/repo   //测试失效
 

 


给repo可执行权限

chmod a+x ~/repo 

 

 或者下载此附件,改名为repo,即去掉后缀名

http://pan.baidu.com/s/1dDjFH3V




你可能感兴趣的:(源码,android,ubuntu,Repo)