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
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刪除。