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
There are several situations here, you can do following things :
removing the old tools ($ rm -rf /Library/Developer/CommandLineTools)
and xcode-select --install
https://raw.githubusercontent.com/Homebrew/install/master/install
then save it's content to shell file then run it. 8.8.8.8
(This is worked for me : ] )Finally you should run /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"