Update failed unable to access 'git/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to gitlab.com:443 code example
Example: 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"