Answers for "gnutls_handshake() failed: error in the pull function"

1

gnutls_handshake() failed: error in the pull function

My server is behind a proxy and I got the same error, I solved this modifying ~/.gitconfig adding the proxy conf:

[http]
    proxy = http://xxx.xxx.xxx.xxx:pppp
Posted by: Guest on March-17-2021

Code answers related to "gnutls_handshake() failed: error in the pull function"

Browse Popular Code Answers by Language