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错误的解决方法的主要内容,如果未能解决你的问题,请参考以下文章