hexo 上传到github命令报错

hexo 上传到github命令报错

bash 复制代码
D:\Hexo\MyBolg>hexo d
INFO  Validating config
INFO  Deploying: git
INFO  Clearing .deploy_git folder...
INFO  Copying files from public folder...
INFO  Copying files from extend dirs...
On branch master
nothing to commit, working tree clean
【无法访问Github仓库地址, 连接失败, 连接被重置】
fatal: unable to access 'https://github.com/your_username/project.git/': Recv failure: Connection was reset
FATAL Something's wrong. Maybe you can find the solution here: https://hexo.io/docs/troubleshooting.html
Error: Spawn failed
    at ChildProcess.<anonymous> (D:\Hexo\MyBolg\node_modules\hexo-deployer-git\node_modules\hexo-util\lib\spawn.js:51:21)
    at ChildProcess.emit (node:events:520:28)
    at ChildProcess.cp.emit (D:\Hexo\MyBolg\node_modules\cross-spawn\lib\enoent.js:34:29)
    at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12)

可能的解决方法

  1. 在开启加速器的情况下, 经常会遇到这种情况, 可多次尝试上传;
  2. 关闭加速器尝试上传.
  3. 开启虚拟网卡模式, 该模式接管了电脑上所有软件的流量, 包括命令行的Git.
  1. 完成上述操作后再次尝试上传
bash 复制代码
D:\Hexo\MyBolg>hexo d
INFO  Validating config
INFO  Deploying: git
INFO  Clearing .deploy_git folder...
INFO  Copying files from public folder...
INFO  Copying files from extend dirs...
On branch master
nothing to commit, working tree clean
Enumerating objects: 8, done.
Counting objects: 100% (8/8), done.
Delta compression using up to 16 threads
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 1.71 MiB | 448.00 KiB/s, done.
Total 5 (delta 3), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (3/3), completed with 3 local objects.
To https://github.com/your_username/project.git
   0343aba..6a9d8ad  HEAD -> main
branch 'master' set up to track 'https://github.com/your_username/project.git/main'.
INFO  Deploy done: git

这次上传成功.

相关推荐
fliter4 小时前
从零开始,自己造一个可执行文件压缩器
github
UTF_85 小时前
一次NSMutableAttributedString误用的思考
ios·面试·github
zhang_adrian10 小时前
【使用Github Copilot自动按规范文档生成全部代码】
人工智能·github·copilot
代钦塔拉11 小时前
Git & GitHub 从入门到精通:全流程实战教程
git·github
阿里嘎多学长11 小时前
2026-05-30 GitHub 热点项目精选
开发语言·程序员·github·代码托管
lauo1 天前
从FunloomAI到ibbot:当你的手机不再是“手机”,而是你的AI副脑和生产节点
人工智能·智能手机·架构·开源·github
Hommy881 天前
【剪映小助手】贴纸处理接口
网络·开源·github·aigc·剪映小助手·视频剪辑自动化
AIMath~1 天前
向github中上传文件过大超过50M怎么办
网络·git·github
麷飞花1 天前
Github开源协议
github·开源协议
用户887665426631 天前
Git 和 GitHub 入门:从版本控制到团队协作,一篇文章讲清楚
面试·github