300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > Git报错解决:fatal: unable to access ‘https://github.com/.......‘: OpenSSL SSL_read: Connection was reset

Git报错解决:fatal: unable to access ‘https://github.com/.......‘: OpenSSL SSL_read: Connection was reset

时间:2022-02-10 06:41:55

相关推荐

Git报错解决:fatal: unable to access ‘https://github.com/.......‘: OpenSSL SSL_read: Connection was reset

之前git clone 项目的时候报错fatal: unable to access '/.......': OpenSSL SSL_read: Connection was reset, errno 10054

产生原因:一般是因为服务器的SSL证书没有经过第三方机构的签署,所以会报错

首先需要解除ssl验证后,再次git即可

解除ssl验证:git config --global https: "false"

再次git clone "https:"即可

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。