repo sync: fatal: unable to connect to android.git.kernel.org

10 篇文章 0 订阅

I checked out android source code before, but there are errors we I run "repo sync" now:


[frank@hpc mydroid]$ repo sync
fatal: unable to connect to android.git.kernel.org:
android.git.kernel.org[0: 149.20.4.77]: errno=Connection refused


fatal: unable to connect to android.git.kernel.org:
android.git.kernel.org[0: 149.20.4.77]: errno=Connection refused


error: Cannot fetch repo


Use google to search, and find a solution:


Edit .repo/manifest.xml

Change

fetch="git://android.git.kernel.org/

to

fetch="http://android.git.kernel.org/


Then "repo sync", it can work.


refer to:

https://groups.google.com/group/repo-discuss/browse_thread/thread/af4c2419a9680399?fwc=1&pli=1


There is a more simpler method to get android source code at now:

  Step 1. edit repo file

    $ gedit  /home/username/bin/repo

Change the line:

    REPO_URL='git://android.git.kernel.org/tools/repo.git'

To be:

      REPO_URL='http://android.git.kernel.org/tools/repo.git'

  Step 2. initialize the repository

$ repo init -u http://android.git.kernel.org/platform/manifest.git -b

gingerbread

  Step 3. edit .repo/manifests/default.xml

$gedit .repo/manifests/default.xml

Change the line:  fetch="git://android.git.kernel.org/"

To be: fetch="http://android.git.kernel.org/"

  Step 4. sync repository

$ repo sync

That's all! :) 


  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值