国内网络提示安装rvm curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 错误

当你从hosts文件里添加ip:199.232.28.133 raw.githubusercontent.com 都无法通过的时候


可以考虑使用国内源:

/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"


该地址提供多个国内源地址,安装非常简便,亲测有效。

查检安装结果:brew -v

如果能正确打印版本信息,则安装成功!

你可能感兴趣的:(国内网络提示安装rvm curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 错误)