当前位置: 代码迷 >> Android >> 联网git上载android 源码
  详细解决方案

联网git上载android 源码

热度:43   发布时间:2016-05-01 16:19:44.0
联网git下载android 源码
curl http://android.git.kernel.org/repo >/usr/bin/repo chmod 777 /usr/bin/repo repo init -u git://Android.git.kernel.org/platform/manifest.git



或者
   1. cd ~
   2. mkdir bin
   3. curl http://android.git.kernel.org/repo >~/bin/repo
   4. chmod a+x ~/bin/repo
   5. PATH=”$HOME/bin:$PATH”
  相关解决方案