Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 IntelliJ Idea 与 Git 一起使用。当我从存储库中提取时,出现以下错误:
“ ...CONFLICT(内容):服务器中的合并冲突...”
然后拉失败。
问题是:
看起来您在合并期间遇到了冲突。转到Changes视图并查看是否有任何未合并的文件。然后调用Resolve Conflicts,从您的更改和他们的更改中选择要获取的内容,然后提交。
Changes
Resolve Conflicts
您可能还想尝试Update Project从被跟踪的分支中进行更智能的拉取。
Update Project