git-----You have not concluded your merge (MERGE_HEAD exists)解決

GabrielPanda發表於2018-11-20

有時候在拉取庫的時候遇到: git-----You have not concluded your merge (MERGE_HEAD exists)

解決方法:

git merge --abort
git pull --rebase
複製程式碼

相關文章