git-----You have not concluded y
2018-11-20 本文已影响0人
Pandakingli
有时候在拉取库的时候遇到:
git-----You have not concluded your merge (MERGE_HEAD exists)
解决方法:
git merge --abort
git pull --rebase
有时候在拉取库的时候遇到:
git-----You have not concluded your merge (MERGE_HEAD exists)
解决方法:
git merge --abort
git pull --rebase