git出现“The file will have its original line endings in your working directory”错误
时间:2019-09-05 23:34:34
收藏:0
阅读:1856
一、现象:
git add *时出现如下现象:
The file will have its original line endings in your working directory
解决:
Gitshell中输入如下命令解决: git config --global core.autocrlf false
原文:https://www.cnblogs.com/igoodful/p/11470370.html
评论(0)