检出与文件冲突 git pull

Checkout conflict with files git pull

昨天我从我的团队存储库中提取了 Eclipse,它运行良好。但是今天我尝试拉动并出现以下消息:

Checkout conflict with files: 

.....(Here is my project and the window that is affected)

org.eclipse.jgit.api.errors.ChechoutConflictException

我的一个合作伙伴进行了更改,但不是与我同时进行的。我该如何解决?

您在某些文件中存在冲突。通常你可以使用某种合并工具来解决它。 Check this tutorial.

如果您从命令行执行 "git status",您将获得冲突文件,请使用输出更新您的问题以获得更好的答案。