Git 报错:You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).Please, commit your changes


Git 报错
在 IDEA 中使用 Git 报错:

You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).Please, commit your changes

我使用 git status 命令查看当前状态,也没看出什么问题,

解决方法
使用命令放弃 git cherry-pick 变更

git cherry-pick --abort

再执行更新或者 pull

git pull


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM