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

Command configuration

git config --global --unset http.proxy

git config --global --unset https.proxy

  

Similar Posts: