Git : You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).
解决方法:
(1)使用git status 命令查看当前状态
(2)git cherry-pick --abort 放弃git cherry-pick 变更
(3)git pull
Git : You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).
解决方法:
(1)使用git status 命令查看当前状态
(2)git cherry-pick --abort 放弃git cherry-pick 变更
(3)git pull
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。