Answers for "git pull gnutls_handshake() failed handshake failed"

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 "git pull gnutls_handshake() failed handshake failed"

Browse Popular Code Answers by Language