码迷,mamicode.com
首页 > 其他好文 > 详细

git出现“The file will have its original line endings in your working directory”错误

时间:2019-09-05 22:58:27      阅读:76      评论:0      收藏:0      [点我收藏+]

标签:director   git add   shell   config   directory   dir   rect   work   lse   

一、现象:

git add *时出现如下现象:

The file will have its original line endings in your working directory

解决:

Gitshell中输入如下命令解决:

git config --global core.autocrlf false

 

git出现“The file will have its original line endings in your working directory”错误

标签:director   git add   shell   config   directory   dir   rect   work   lse   

原文地址:https://www.cnblogs.com/igoodful/p/11470370.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!