首页 > 其他 > 详细

git提交报错:The file will have its original line endings in your working directory

时间:2020-01-21 11:35:31      阅读:105      评论:0      收藏:0      [点我收藏+]

技术分享图片

 

 

在执行 git add .时 报以上错误

原因:

看情况应该是不同系统对换行的识别不到位导致的

就常识来说文件是在windows下生成的所以换行和 linux 确实不同可能是因为这个导致的

 

解决:

git config --global core.autocrlf false

git提交报错:The file will have its original line endings in your working directory

原文:https://www.cnblogs.com/KenChung/p/12220952.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!