码迷,mamicode.com
首页 > 其他好文 > 详细

repo配置与连接

时间:2018-08-16 14:54:50      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:content   远程安装   其他   远程访问   php   屏蔽   com   and   kernel   

repo是远程访问android源码的工具,和git一起使用。

repo的远程安装经常被屏蔽,你懂得。

sudo apt-get  install  curl
  244  sudo apt-get -f install  curl
  245  curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
  246  sudo curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
  247  curl  http://android.git.kernel.org/repo  > ~/bin/repo

上面245、246、247行的地址经常被封。所以,我只能用一些其他的地址。

254  curl http://php.webtutor.pl/en/wp-content/uploads/2011/09/repo> ~/bin/repo

263  chmod a+x ~/bin/repo
加载完repo,然后要修改权限。使之能够读写。

后运行其他的。

注:可用~/bin/repo运行repo命令。

repo配置与连接

标签:content   远程安装   其他   远程访问   php   屏蔽   com   and   kernel   

原文地址:https://www.cnblogs.com/hcu5555/p/3340440.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!