error: .repo/manifests/: contains uncommitted changes 解决办法
http://www.cnblogs.com/jary-wang/archive/2013/04/16/3023807.html
阅读(98) | 评论(0) | 转发(0) |
<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"share":{}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</script>
error: .repo/manifests/: contains uncommitted changes
出现这个问题的原因是本地代码发生变化,但未commit
试着通过 git reset --hard来恢复所有变化的文件之后,依然存在上述问题,
最后通过cd .repo/manifests 切换到 .repo/manifests目录下执行git stash命令,并
通过git clean -f -d命令删除变化记录目录,然后使用repo sync就可以通过了。
上一篇:Android拓展系列(5)--CyanogenMod源码下载和编译(Android ROM定制基础篇)
下一篇:(NOT OK) How To Build CyanogenMod Android for Motorola Defy ("jordan")
相关热门文章
给主人留下些什么吧!~~
评论热议