hexo 执行 hexo d 时报错:OpenSSL SSL_r

2021-08-17  本文已影响0人  sunxiaochuan

资料

解决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"
上一篇 下一篇

猜你喜欢

热点阅读