其他分享
首页 > 其他分享> > 【已解决】 fatal: unable to access 'https://github.com/ranmocc/ranmocc.github.io.git/': OpenSSL

【已解决】 fatal: unable to access 'https://github.com/ranmocc/ranmocc.github.io.git/': OpenSSL

作者:互联网

 fatal: unable to access 'https://github.com/ranmocc/ranmocc.github.io.git/': OpenSSL SSL_read: Connection was reset, errno 10054 【已解决】
先上图:

 

 


如图所示,报errno 10054错误,
具体解决办法很简单,
您只需一行代码即可搞定,git命令下直接敲

git config --global http.sslVerify "false"


敲完继续之前的步骤,发现不再报错,且推送成功了,嘿嘿!!!

标签:reset,ranmocc,git,errno,10054,github,io
来源: https://www.cnblogs.com/ranmoc/p/15714785.html