The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in application/task/Log/202205/12_exception.log.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in application/task/nginx.htaccess.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in nginx.htaccess.
The file will have its original line endings in your working directory
//删除.git rm -rf .git //禁用自动转换 git config --global core.autocrlf false git init git add .



