git自动将html文件lf转换为crlf

时间:2019-01-05 02:15:04

标签: git newline core.autocrlf

当git push文件时,所有html都已转换,只有html文件,Git将LF转换为CRLF

我的git配置:

Event.new(name:@ievent.summary,location:@ievent.location, lecturer:@ievent.description, start_time:@ievent.dtstart, end_time:@ievent.dtend)

我的想法配置:

$ git config --global --list
user.email=xxx@163.com
user.ename=Jarrem
core.longpaths=true
core.quotepath=false
core.filemode=false
core.autocrlf=input
core.safecrlf=false

0 个答案:

没有答案