When I try to install Homebrew, I am getting following connection refused error. Please help me to solve this problem.
$ruby -e \"$(curl -fsSL https://raw.github
It was a company proxy problem for me and the solution as mentioned here worked for me.
export HTTPS_PROXY=https://:
git config --global https.proxy $HTTPS_PROXY
git config --global --get https.proxy