contains uncommitted changes

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.

你可能感兴趣的:(contains)