摘要: # autocrlf ```bash # 提交时转换为LF,检出时转换为CRLF git config --global core.autocrlf true # 提交时转换为LF,检出时不转换 git config --global core.autocrlf input # 提交检出均不转换 g 阅读全文
posted @ 2023-06-06 18:24 BuzzWeek 阅读(353) 评论(0) 推荐(0)