I’m dizzy. I don’t know how this problem happened today
git config --global http.proxy http://127.0.0.1:1080
git config --global https.proxy http://127.0.0.1:1080
The problem has been solved
Cancellation of agency
Cancel global proxy.
git config --global --unset http.proxy
git config --global --unset https.proxy
I can’t remember how many times I’ve dealt with this kind of problem
failed to connect to github.com port 443
Solution: first switch the child to the global, then cancel, then cancel the global agent, and finally git pull or git push
What is the cause of the problem?
After many years (15:19:34, March 15, 2021), we encountered this problem again
(1) Cancellation of agency
git config –global –unset http.proxy
git config –global –unset https.proxy
(2) Success!
Similar Posts:
- [Solved] Git submission: gnutls_handshake() failed: Error in the pull function
- [Solved] Git fatal: unable to access ‘xxx.git/’: Failed to connect to github.com port 443 after ***ms: Timed out
- fatal: unable to access ‘https://github.com/XXXX.git/’: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
- [Solved] Git Submit Error: (OpenSSL SSL_read: Connection was reset, errno 10054)
- Failed to connect to github.com port 443: Timed out(Windows)
- [Solved] Github Push Error: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
- [Solved] Failed to connect to github.com port 443: Timed out
- How to Fix Git push warning: push.default is unset;
- Git: How to Solve Authentication failed
- [Solved] server certificate verification failed. CAfile: none CRLfile: none