摘要: 我们一般希望远程仓库中的代码为LF,就用: git config --global core.autocrlf input 就ok了。 git config --global core.autocrlf input 这是一个Git的配置命令,它的作用是告诉Git在检出代码时不要自动将行尾转换为CRL 阅读全文
posted @ 2023-10-06 11:24 yanglei.xyz 阅读(412) 评论(0) 推荐(1) 编辑