Answers for "fatal: unable to access '': openssl ssl_connect: ssl_error_syscall in connection to github.com:443"

0

OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

git config --global http.sslBackend "openssl"
git config --global http.sslCAInfo "C:\Program Files\Git\mingw64\ssl\cert.pem"
Posted by: Guest on October-24-2020
0

Git Error: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

git config --global --add remote.origin.proxy ""
Posted by: Guest on November-11-2021

Code answers related to "fatal: unable to access '': openssl ssl_connect: ssl_error_syscall in connection to github.com:443"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language