我试图从一个 repo 中“git pull”,然后我收到一条错误消息,说 pull 是不可能的,因为你有未合并的文件,但我在网上做了一些搜索,“git pull = git fetch + git merge”,不是吗?
我使用了 git pull,然后我收到以下消息
U Assembly-CSharp.pidb
U Assembly-UnityScript.pidb
M Assets/testing.unity
U Library/assetDatabase3
U Temp/Undo55e9beda8401848509d9e3bb5d5fe513
U Temp/Undof0c17c0ba33904b16a1698563ff5302c
U Temp/__EditModeScene
U wiisummoner-csharp.sln
U wiisummoner.sln
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'.
上面是错误消息,然后我尝试“git merge”,我得到一个错误“合并是不可能的,因为你有未合并的文件”。这太令人困惑了..有人知道问题是什么吗?我想要的只是从回购中提取。