error: .repo/manifests/: contains uncommitted changes
repo sync同步时提示出错:
error: .repo/manifests/: contains uncommitted changes
解决方法:
1、cd 进入.repo/manifests
cd .repo/manifests
2、执行如下三条命令
git stash
git clean -f -d
3、重新开始同步
repo sync -c -j4 --no-clone-bundle
...
原创
2021-01-11 09:50:49 ·
1296 阅读 ·
0 评论