运行 git 命令 git pull origin master 到我的服务器存储库时出现此错误。
please, commit your changes or stash them before you can merge. aborting in
run of pull command
我跑这个时间很多次。为了解决这个问题,我尝试了 git reset --hard 。但还有其他任何解决方案。
答案 0 :(得分:1)
我的经验是,当发生错误或交战时,请按照Git客户端说明进行操作。
提交您的更改或存储它们,然后才能合并。
因此,
(1)git stash
(2)合并
(3)git stash pop