最佳答案
无论何时我尝试在 Git 中进行推送,都会得到以下结果:
You have not concluded your merge (MERGE_HEAD exists).
Please, commit your changes before you can merge.
运行 git status
我得到:
# On branch master
nothing to commit (working directory clean)
或者运行 git ls-files -u
我什么都得不到。
Running git add .
and trying again makes no difference.
怎么了?