hexo报 Error: spawn git ENOENT错误的解决方法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hexo报 Error: spawn git ENOENT错误的解决方法相关的知识,希望对你有一定的参考价值。

参考技术A 在windows的cmd,执行hexo d突然就报Error: spawn git ENOENT错误。如下图

看到报错里的乱码,想起正好当天改了_config.yml中的language为language: zh_cn,以为是这个问题,但改回去后问题仍然存在。

在网上搜了一圈,有效的解决方法是。。。。。。

在gitbash中执行该命令。

hexoSpawnfailed

hexo d的时候报错

Error: Spawn failed
    at ChildProcess.<anonymous> (/Users/cdq/Documents/GitRep10/node_modules/hexo-util/lib/spawn.js:52:19)

原因好像是线程阻塞
解决方案:

ulimit -n 10000

然后在重新hexo g和hexo d就好了

后来由出错了,查到一个办法是换手机热点,
居然成功了
why???




以上是关于hexo报 Error: spawn git ENOENT错误的解决方法的主要内容,如果未能解决你的问题,请参考以下文章

hexoSpawnfailed

个人博客系列Hexo——解决无法部署到Git仓库

解决 Sourcetree 报错 Couldn't posix_spawn: error 2 问题

Hexo免费博客(WIN)

hexo localhost

基于github+hexo搭建个人博客(window)