【发布时间】:2015-07-10 03:07:13
【问题描述】:
当我尝试从 git 中提取时,出现以下错误
Pull is not possible because you have unmerged files.
Please, fix them up in the work tree, and then use 'git add/rm <file>'
as appropriate to mark resolution, or use 'git commit -a'.
我尝试存储更改,但在存储拉取不起作用后,请求合并。
如何在不提交/添加现有的情况下提取更改?
【问题讨论】:
-
强制它,使用
-f标志(您将失去本地更改)。git stash应该工作,你怎么用的? -
我希望这个答案能帮助您解决问题。 stackoverflow.com/questions/26376832/…
标签: git