【Git企业实战开发】CONFLICT (content): Merge conflict in xx.go Automatic merge failed;合并代码冲突报错解决方案
大家好 我是寸铁👊
总结了一篇【Git企业实战开发】CONFLICT (content): Merge conflict in xx.go Automatic merge failed;合并代码冲突报错解决方案的文章✨
喜欢的小伙伴可以点点关注 💝
上期回顾
已同步更新在这篇博客上✨
问题背景
大家好,我是寸铁!今天在今天在合并代码时,出现了个小bug,下面我们一起来看一下这个bug是什么?
错误信息
今天在merge合并代码时报错如下:

具体报错如下:
warning: in the working copy of 'xx.go', LF will be replaced by CRLF the next time Git touches it
Auto-merging xx.go
CONFLICT (content)

1558

被折叠的 条评论
为什么被折叠?



