hexo deploy 报错

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

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

阅读 3.7k
2 个回答

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


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

使用ssh url方式连接

deploy:
  type: git
  repository: git@github.com:yangliguang/yangliguang.github.io.git
  branch: master