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
Check is https proxy is set
env|grep -I proxy
Then if it is set, remove the env variable
unset HTTPS_PROXY