git warning: LF will be replaced by CRLF in 解决办法

windows中的换行符为 CRLF, 而在Linux下的换行符为LF,因此在执行add . 时会出现如下提示

warning: LF will be replaced by CRLF in pom.xml.
The file will have its original line endings in your working directory.

解决办法:git

git config core.autocrlf false
相关文章
相关标签/搜索