首页 > 其他分享 >2023-03-01 fatal: unable to access 'https://github.com/top-think/think/': OpenSSL SSL_read

2023-03-01 fatal: unable to access 'https://github.com/top-think/think/': OpenSSL SSL_read

时间:2023-03-01 11:14:31浏览次数:52  
标签:reset 03 read top OpenSSL SSL https think

问题描述:在thinkphp官网拉取tp5项目文件时报错:

fatal: unable to access 'https://github.com/top-think/think/': OpenSSL SSL_read: Connection was reset, errno 10054

致命:无法访问'https://github.com/top-think/think/':OpenSSL SSL_read:连接已重置,错误号10

原因:git不信任该拉取地址,或者说该拉取地址的服务器的SSL证书没有经过第三方机构的签署。

解决方案:执行下面代码,作用是不需要通过sll证书认证。

git config --global http.sslVerify false

再次执行拉取,成功。

标签:reset,03,read,top,OpenSSL,SSL,https,think
From: https://www.cnblogs.com/iuniko/p/17167366.html

相关文章