windows 添加 a 文件,eol 格式为 crlf, 提交 git push
linux 添加 b 文件,eol 格式为 lf,提交 git push
windows 拉取文件 git pull
linux 拉取文件 git pull
在 windows 查看文件 a 、b 的 eol 格式都是 crlf
在 linux 查看文件 a 、b 的 eol 格式都是 lf
github.com 网页下载 zip ,Download ZIP ,查看文件 a 为 crlf ,b 为 lf ,为什么?