[Solved] Git submission: gnutls_handshake() failed: Error in the pull function

Solution:

#Cancel http proxy
git config - global - unset http.proxy
#Cancel https proxy
git config - global --unset https.proxy

ko.

 

supplement:”””””””””””””””””””

 

Set up http proxy, https proxy for git

#httpProxy
git config - global http.proxy ' socks5://127.0.0.1:1080 '
#httpsProxy
git config - global https.proxy ' socks5://127.0.0.1:1080 '

 

Executive git config -lview agent

Cancel http proxy, cancel https proxy

#Cancel http proxy
git config - global - unset http.proxy
#Cancel https proxy
git config - global --unset https.proxy

Similar Posts:

Leave a Reply

Your email address will not be published. Required fields are marked *