Git warning LF Will be replaced by CRLF in hello 错误
Git 使用过程中,莫名其妙地出现了以下错误,导致 push git 仓库失败,ssh 连接失败。
"warning: LF will be replaced by CRLF"
解决办法:git bash 键入一下代码
git config core.autocrlf false
Git 使用过程中,莫名其妙地出现了以下错误,导致 push git 仓库失败,ssh 连接失败。
"warning: LF will be replaced by CRLF"
解决办法:git bash 键入一下代码
git config core.autocrlf false