This is because the proxy is configured in git.
Since https proxy (not http) git config http.proxyand git config --global http.proxycan not help.
1: see git configuration
git config --global -l
If you have nothing to do with the https proxy, for example https_proxy=..., the problem is missing here.
- - https, ~/.gitconfig
2: ,
:
env|grep -i proxy
https_proxy=...
:
unset https_proxy ( HTTPS_PROXY )
3:
env|grep -i proxy
, .
. - HTTP https. https http