当hexo通过git发布时出现问题暴力解决方法

删除.deploy_git文件夹后,输入

1
git config --global core.autocrlf false

重新执行

1
hexo clean && hexo g

再次尝试发布

1
hexo d
解决.