repo sync repo reset: error: ent
2022-07-06 本文已影响0人
你好_3821
Fetching: 100% (784/784), done in 7m16.864s
Garbage collecting: 100% (784/784), done in 3.200s
info: A new version of repo is available
warning: repo is not tracking a remote branch, so it will not receive updates
repo reset: error: Entry 'command.py' not uptodate. Cannot merge.
解决方式
cd .repo/repo
git pull
cd ../../
repo sync