Hexo常见报错解决方法
问题一(Error: spawn failed…)
问题描述:
hexo 三连后至hexo d报错,显示无法找到仓库
查看更多
报错: fatal: Could not read from remote repository. Error: spawn failed…
解决方法:
click here see more
- 删除
.deploy_git
文件夹;(位于博客根目录里最上面) - 输入
git config --global core.autocrlf false
- 然后,依次执行
hexo clean
,hexo g
,hexo d
总结一下: 问题大多是因为git
进行push
或者hexo d
的时候改变了一些.deploy_git
文件下的内容。简单暴力,perfect!!