Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6628237
  • 博文数量: 1159
  • 博客积分: 12444
  • 博客等级: 上将
  • 技术积分: 12570
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-13 21:34
文章分类

全部博文(1159)

文章存档

2016年(126)

2015年(350)

2014年(56)

2013年(91)

2012年(182)

2011年(193)

2010年(138)

2009年(23)

分类: Android平台

2015-11-16 21:39:49

/mnt/iso/android-source/android/system

[root@localhost system]# gedit .repo/manifests/default.xml

将 全部使用 或 git://aosp.tuna.tsinghua.edu.cn/aosp/ 代替。

[root@localhost system]# pwd
/mnt/iso/android-source/android/system

[root@localhost system]# repo init -u git://github.com/CyanogenMod/android.git -b gingerbread
[root@localhost system]# repo init -m .repo/manifest.xml   ( 不必执行)
[root@localhost system]# repo sync

......

Fetching projects:  99% (225/227)  fatal: remote error:
  Repository unavailable due to DMCA takedown.
See the takedown notice for more details:
 
fatal: Couldn't find remote ref refs/heads/gingerbread
error: Cannot fetch CyanogenMod/android_external_svox
error: Cannot fetch CyanogenMod/android_hardware_ti_wpan

error: Exited sync due to fetch errors


++++++++++++++++++++解决错误的方法

gedit .repo/manifests/default.xml

find     CyanogenMod/android_external_svox
and     remove that entire line

find     CyanogenMod/android_hardware_ti_wpan
and     remove that entire line

save the file , then

repo sync



阅读(3204) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~