hexo deploy 报错

fatal: unable to access 'http://github.com/ibcLee/ibcLee.github.io.git/': Recv failure: Connection reset by peer

hexo部署的时候报上面的错误,没有找到具体原因,是什么问题

阅读 3.6k
2 个回答

将http改为https,或者把地址设置为ssh的


被墙了,你搭个梯子再试一试

使用ssh url方式连接

deploy:
  type: git
  repository: git@github.com:yangliguang/yangliguang.github.io.git
  branch: master
  
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进