repo android2.3(gingerbread) error

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

Traceback (most recent call last):

  File "./repo", line 603, in <module>

    main(sys.argv[1:])

  File "./repo", line 570, in main

    _Init(args)

  File "./repo", line 184, in _Init

    _CheckGitVersion()

  File "./repo", line 213, in _CheckGitVersion

    proc = subprocess.Popen(cmd, stdout=subprocess.PIPE)

  File "/usr/lib/python2.6/subprocess.py", line 633, in __init__

    errread, errwrite)

  File "/usr/lib/python2.6/subprocess.py", line 1139, in _execute_child

    raise child_exception

OSError: [Errno 2] No such file or directory

解决方法:sudo  apt-get install git-core
tongjiang@tongjiang-laptop:~/workdir/code_bak/r10.1_repo$ ./repo init -u git://android.git.kernel.org/platform/manifest.git -b gingerbread
gpg: 钥匙环‘/home/tongjiang/.repoconfig/gnupg/secring.gpg’已建立
gpg: 钥匙环‘/home/tongjiang/.repoconfig/gnupg/pubring.gpg’已建立
gpg: /home/tongjiang/.repoconfig/gnupg/trustdb.gpg:建立了信任度数据库
gpg: 密钥 920F5C65:公钥“Repo Maintainer <repo@android.kernel.org>”已导入
gpg: 合计被处理的数量:1
gpg:               已导入:1
Getting repo ...
   from git://android.git.kernel.org/tools/repo.git
android.git.kernel.org[0: 130.239.17.12]: errno=Connection timed out
fatal: read error: Connection reset by peer

1.将命令行中的git://android.git.kernel.org换成http://android.git.kernel.org,

2.修改文件repo将里面的

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

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

3. 修改文件.repo/manifests/default.xml将其中的 fetch="git://android.git.kernel.org/" 改成

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

这样就可以下载同步Android的源代码了

 

 


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值