fatal: unable to access 'https://github.com/XXXX.git/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

$ git push guaiguai master
fatal: unable to access 'https://github.com/torchstar/20211202.git/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

  命令配置

git config --global --unset http.proxy

git config --global --unset https.proxy

  

原文地址:https://www.cnblogs.com/torchstar/p/15644251.html