Answers for "fatal: unable to access 'https://github.com/freenas/webui.git/': OpenSSL SSL_read: Connection was reset, errno 10054 code example"

0

fatal: unable to access 'https://github.com/freenas/webui.git/': OpenSSL SSL_read: Connection was reset, errno 10054 code example

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

Code answers related to "fatal: unable to access 'https://github.com/freenas/webui.git/': OpenSSL SSL_read: Connection was reset, errno 10054 code example"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language