hexo deploy出现warning in the working copy of 'xxx' LF will be replaced by CRLF the next time Git touches it
1 | 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 | git rm --cached -r . |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 Li Zhenghao🚴!