当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