I am trying to following instructions on homebrew homepage but the following
ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/ins
If you happen to be behind a proxy, You might need a way out, to exit
export http_proxy=http://YOURPROXY:PORT export ALL_PROXY=$http_proxy
For some other users, setting back their github https and https-proxy to default works sometimes as well.
git config --global --unset http.proxy
git config --global --unset https.proxy