repo sync时出现 error: .repo/manifests/: contains uncommitted changes
进入 .repo/manifests目录,运行git stash后在运行git clean -d -f来还原改动记录。然后再repo sync就可以了
本文介绍了解决reposync过程中出现的error:.repo/manifests/:containsuncommittedchanges问题的方法。通过使用git stash命令暂存未提交的更改,接着使用git clean命令清理工作目录,最后再次执行reposync即可恢复正常。
repo sync时出现 error: .repo/manifests/: contains uncommitted changes
进入 .repo/manifests目录,运行git stash后在运行git clean -d -f来还原改动记录。然后再repo sync就可以了

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