git 提交时会出现 fatal: LF would be replaced by CRLF xxx文件
Posted tdy061
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git 提交时会出现 fatal: LF would be replaced by CRLF xxx文件相关的知识,希望对你有一定的参考价值。
一、打开当前的项目目录,点击《查看》->《隐藏的项目》勾选
二、进入 《.git》 目录,找到 《config》文件
三、在 [core] 下方增加两行代码
autocrlf = false safecrlf = false
如下图所示:
以上是关于git 提交时会出现 fatal: LF would be replaced by CRLF xxx文件的主要内容,如果未能解决你的问题,请参考以下文章
git提交代码出现错误fatal: Unable to create '项目路径/.git/index.lock': File exists.
fatal: Authentication failed for码云的解决办法
git 出现 error: bad signature fatal: index file corrupt
Git执行"git rebase -i HEAD~xxx"报错:git rebase fatal: Needed a single revision invalid upst