If you find yourself behind a proxy server, you may need to log out to exit
export http_proxy=http://YOURPROXY:PORT export ALL_PROXY=$http_proxy
For some other users, they sometimes cancel their https and https-proxy github for default.
git config --global --unset http.proxy git config --global --unset https.proxy
source share