Ifcore.autocrlfis set to true, that means that any time you add a file to the git repo that git thinks is a text file, it will turn all CRLF line endings to just LF before it stores it in the commit.。 设置为true,添加文件到git仓库时,git将其视为文本文件。他将把crlf变成lf。【2】...
I do not know what this means Release version Version 3.4.15 (x64) Operating system Windows 10 Steps to reproduce the behavior go to git hub press pull origins "LF will be replaced by CRLF the next time Git touches it" this warning pops up I cannot submit anything to repository Log fil...
It is not clear where it is going to be converted to CRLF, because thecore.autocrlfoption is suppose to convert CRLF endings to LF when committing a file. I was wondering if it means the file will be converted right away to CRLF in my working directory (in case the first line of the...
The warning "LF will be replaced by CRLF" says that you (having autocrlf=true) will lose your unix-style LF after commit-checkout cycle (it will be replaced by windows-style CRLF). Git doesn't expect you to use unix-style LF under Windows. The warning "CRLF will be replaced by LF"...
Ifcore.autocrlfis set to true, that means that any time you add a file to the git repo that git thinks is a text file, it will turn all CRLF line endings to just LF before it stores it in the commit. Whenever yougit checkoutsomething, all text files automatically will have their LF...
Actually I just looked at the output file using XXD and it does have the <LF> only, it must be my editor (Crisp) which is adding the <CR> ! Anyways, that said, when I try to import this output file into Excel, I still have the same problem that the items separated by this <LF...