Error:spawn ENOENT at errnoException <childprocess.js:975:11> at process.childprocess.handle.onexit <child_process.js:766:34>
Error:spawn ENOENT at errnoException <childprocess.js:975:11> at process.childprocess.handle.onexit <child_process.js:766:34>
可以参考我的博文Hexo常见问题解决方案
我似乎遇到过这个问题,一般出错可以试试用这几种方式解决:
1. 检查配置文件_config.yml
2. 更新ssh
3. 更新npm,hexo版本
4. 删除目录下.git文件夹(隐藏)再重新git init
5. 删除github上的repository,重新建立再deploy,之前的commit记录仍会保存,只要不重新init