error: .repo/manifests/: contains uncommitted changes

解决方法:

1、cd 进入.repo/manifests

cd .repo/manifests

2、执行如下三条命令

git stash

git clean -f -d

3、开始同步

.repo/repo/repo sync -c
posted @ 2024-05-15 08:39  jlyw  阅读(99)  评论(0)    收藏  举报