git config --global core.autocrlf true
git config --global core.autocrlf input
git config --global core.autocrlf false
git config --global core.safecrlf true
git config --global core.safecrlf false
git config --global core.safecrlf warn
上一篇:编译PHP时的错误提示及解决办法
下一篇:如何使用whoops代替tp6的异常处理?