git

一,修改 git 拉取代码格式问题

git config --global core.autocrlf false


true: 提交时转换为 LF,拉取时转换为 CRLF
false: 提交拉取均不转换
input: 提交时转换为 LF,拉取时不转换
posted @ 2023-08-09 00:21  buildkay  阅读(30)  评论(0)    收藏  举报