当前位置:   article > 正文

git warning: LF will be replaced by CRLF in 解决办法_warning: lf will be replaced by crlf in pom.xml. t

warning: lf will be replaced by crlf in pom.xml. the file will have its orig

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 config core.autocrlf false
  • 1
  • 2
  • 3
  • 4
  • 5
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/950141
推荐阅读
相关标签
  

闽ICP备14008679号