Git pull error: Your local changes to the following files would be overwritten by merge:

前端 未结 5 946
没有蜡笔的小新
没有蜡笔的小新 2020-12-13 09:21

I am trying to pull changes from remote branch but getting an error which doesn\'t make sense

when I do

git pull

I get back

<
5条回答
  •  粉色の甜心
    2020-12-13 10:00

    I had the same problem but with the .idea / vcs.xml and workspace.xml files. I deleted the 2 files then used the command: - git pull "remote" "brench"

提交回复
热议问题