尝试使用VPN或代理服务器来连接GitHub。 检查GitHub的状态页面或其他渠道,确认是否有任何服务器故障或维护公告。 如果以上方法都无效,你可以尝试等待一段时间,然后再次尝试连接。有时候这个问题是暂时的,并且会自行解决。 如果问题仍然存在,请参考错误信息中提供的链接 https://hexo.io/docs/troubleshooting.html ,其中可...
2.如果说index.html不存在,那么执行hexo c,hexo g重新生成一次,回到步骤1。 3.步骤2执行完后index.html仍不存在,执行npm audit fix,查看是否少了什么组件,通过npm install hexo-xxx-xxx 安装即可。 (我的hexo缺少了hexo-generator-index组件,因此执行npm install hexo-generator-index即可) 4.步骤3完成之后,执行...
hexo部署(hexo d)报错 FATAL { err: Error: Spawn failed 报错信息 kex_exchange_identification: Connection closed by remote hostConnection closed by 20.205.243.166 port 22fatal: Could not read from remote repository.Please make sure you have the correct access rightsand the repository exists.FATAL {e...
解决方式一:解决方式二:有可能是你的git repo配置地址不正确,可以将http方式变更为ssh方式 解决方式三:不建议
Hexo部署过程中可能会出现错误 fatal: unable to access'https://github.com/a956551943/a956551943.github.io/': Encountered end of file FATAL { err: Error: Spawn failed at ChildProcess.<anonymous> (/usr/local/src/hexo/hanyubolg/node_modules/hexo-util/lib/spawn.js:51:21) ...
前提:MAC从Big Sur更新到Ventura出现如下问题: 解决方案: ## 进入你的博客根目录 cd /usr/hexo/ ## 删除git提交内容文件夹 rm -rf .deploy_git/ ## 执行下句 git config --global core.autocrlf false ## 重新…
错误展示: error:spawn failed... fatal: cannot lock ref 'HEAD': unable to resolve reference HEAD: Invalid argument error: src refspec error: src refspec HEAD does not match any. 为什么: 问题大多是因为git 进行push或者hexo d的时候改变了一些.deploy_git文件下的内容。 怎么做: 关键:删除.deploy_...
hexo clean && hexo g && hexo d 解决方式二:有可能是你的git repo配置地址不正确,可以将http方式变更为ssh方式 ##进入站点根目录 cd /usr/local/src/hexo/hanyubolg/ ##删除git提交内容文件夹 vim _config.yml ##修改 deploy: type: git repo: https://github.com/yourname/yourname.github.io.git -...
通过上述步骤,您应该能够解决在MAC更新系统后部署Hexo时遇到的“Error: Spawn failed at ChildProcess.”和“unlink”错误。如果问题仍然存在,建议检查Hexo的配置文件、系统权限设置以及是否有其他冲突软件正在运行。希望此解决方案能帮助您顺利解决遇到的问题,让Hexo部署过程更加流畅。记住,保持系统和应用的...
完整报错如下 fatal: unable to access'https://github.com/moyidou/moyidou.github.io.git/': OpenSSL SSL_read: Connection was reset, errno10054FATAL { err: Error: Spawn failed at ChildProcess.<anonymous> (D:\TheNewLife\LearningNotes\GithubBlog\blog\node_modules\_hexo-util@2.5.0@hexo-util\li...