1. repo sync
2. ^C
3. repo sync again
error: .repo/manifests/: contains uncommitted changes
Went to manifests, ran git status, there was one modified file in the index. git diff --cached showed one line added for a new project.
git reset --hard ; repo sync and I was back in business.
2. ^C
3. repo sync again
error: .repo/manifests/: contains uncommitted changes
Went to manifests, ran git status, there was one modified file in the index. git diff --cached showed one line added for a new project.
git reset --hard ; repo sync and I was back in business.
本文介绍了解决reposync过程中出现的错误方法。当遇到repo/manifests/含有未提交更改的问题时,作者通过查看修改文件并清除缓存来解决了这一问题。
463

被折叠的 条评论
为什么被折叠?



