1
2
3
4
warning: in the working copy of 'tags/画图/index.html', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'tags/矩阵分解/index.html', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'tags/离散卷积/index.html', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'tags/统计/index.html', LF will be replaced by CRLF the next time Git touches it

方案:

1
git config --global core.autocrlf false

还尝试了进入.deploy_git执行以下操作,不知道有没有用

1
2
git rm --cached -r .
git reset --hard