hexo 执行 hexo d 时报错:OpenSSL SSL_read: Connection was aborted, errno 10053

资料

解决fatal: unable to access 'https://github.com/...': OpenSSL SSL_read: Connection was aborted, errno 10053

解决方法

  1. 增加缓冲
git config http.postBuffer 524288000
  1. 更改网络认证设置
git config http.sslVerify "false"

你可能感兴趣的:(hexo 执行 hexo d 时报错:OpenSSL SSL_read: Connection was aborted, errno 10053)