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 解决方法 增加缓冲 git config http.postBuffer 524288000 更改网络认证设置 git config http.sslVerify "false"