error: Your local changes to the following files would be overwritten by checkout:
/src/main/jniLibs/armeabi-v7a/libA.so
/src/main/jniLibs/armeabi-v7a/libB.so
/src/main/jniLibs/armeabi-v7a/libC.so
Please commit your changes or stash them before you switch branches.
Aborting
解决办法:
git status
git stash备份—最后需要用的时候git stash pop
git status
git checkout
Git问题集锦(2)
最新推荐文章于 2024-06-20 18:19:23 发布