出现OpenSSL SSL_read:Connection was reset, errno 10054 2023-03-16 PV: 报错如下 1234567891011ugug@DESKTOP-OUU2SHJ MINGW64 ~/Desktop/2/Picture-host (main)$ git push -u origin mainfatal: unable to access 'https://github.com/LJJsde/Picture-host/': OpenSSL SSL_read: Connection was reset, errno 10054``` 一般来说是网不好,试过多次依然失败可尝试以下全局设置。 ```bashgit config --global http.sslVerify "false"