【已解决】 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 【已解决】
先上图:

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

 

 


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

git config --global http.sslVerify "false"


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

上一篇:strerror()


下一篇:oracle数据库添加或删除一列