OpenSSL SSL_read: Connection was reset, errno 10054(OpenSSL SSL_connect: Connection was reset in connection to github.com:443)
git config --global http.sslVerify "false"
git push
Git报错解决:fatal: unable to access ‘https://github.com/…‘: OpenSSL SSL_read: Connection was reset
20210608新增了一个SSH,发现出现报错,删除新的SSH,报错消失
443: Timed out
git config --global --unset http.proxy
git config --global --unset https.proxy
git push
解决git push时出现Failed to connect to github.com port 443: Timed out