Homebrew installation on Mac OS X Failed to connect to raw.githubusercontent.com port 443

前端 未结 12 722
被撕碎了的回忆
被撕碎了的回忆 2021-02-01 22:48

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         


        
12条回答
  •  無奈伤痛
    2021-02-01 23:05

    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

提交回复
热议问题