neolee / wop-community

29 stars 19 forks source link

iMac 安装 homebrew 失败 #54

Closed jiangminghe closed 4 years ago

jiangminghe commented 4 years ago

jiangminghe@jiangmihedeimac ~ % bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused zsh: no such file or directory: bin/bash jiangminghe@jiangmihedeimac ~ % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused jiangminghe@jiangmihedeimac ~ % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused jiangminghe@jiangmihedeimac ~ % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused jiangminghe@jiangmihedeimac ~ % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused jiangminghe@jiangmihedeimac ~ % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused jiangminghe@jiangmihedeimac ~ % brew update zsh: command not found: brew jiangminghe@jiangmihedeimac ~ %

zed-wong commented 4 years ago

这个属于网络问题,需要使用代理,或者换个时间再试试

neolee commented 4 years ago

或者像我昨天说了好多遍的那样,仔细看看 https://github.com/neolee/wop-community 这个页面,在下面就有一个解决方案。

jiangminghe commented 4 years ago

谢谢