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-10-12
  • 2021-11-11
  • 2022-02-17
  • 2022-12-23
  • 2021-07-26
  • 2022-12-23
  • 2021-06-16
  • 2022-12-23
猜你喜欢
  • 2022-01-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-17
  • 2021-07-05
相关资源
相似解决方案