在使用AOSP同步源码的时候,我第一次同步的是android-4.0.1_r1的
cd aosp
repo init -u https://aosp.tuna.tsinghua.edu.cn/platform/manifest -b 
android-4.0.1_r1
repo sync

后来想同步4.4的,我还是在aosp目录下这样做了一下
cd aosp
repo init -u https://aosp.tuna.tsinghua.edu.cn/platform/manifest -b 
android-4.4._r1
repo sync


但是同步的到100%的时候就出问题了,
Fetching projects:  99% (403/407)  Fetching project platform/hardware/ti/wlan
Fetching projects: 100% (407/407), done.  
error: Cannot remove project "device/samsung/maguro": uncommitted changes are 
present
       commit changes, then run sync again

按照别人说的

通过cd .repo/manifests 切换到 .repo/manifests目录下执行git stash命令,并
通过git clean -f -d命令删除变化记录目录,然后使用repo sync就可以通过了。

但是我这样做了之后,还是同步不成功。不知道为什么,有知道的可以解答一下么,谢谢

-- 

--- 
You received this message because you are subscribed to the Google Groups "TUNA 
主邮件列表" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

回复