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

 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"


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

posted @ 2021-12-21 12:46  染墨小白  阅读(2440)  评论(1编辑  收藏  举报