网上有很多方式,这里只说自己解决的方式,只针对mac
1.打开网站: https://www.ipaddress.com/
查询 raw.githubusercontent.com
对应的ip
地址
2.将查询出来的地址映射加到hosts
文件里面
圈出来的红色的部分写上就可以了。绿色部分下面会说到
199.232.68.133 raw.githubusercontent.com
199.232.68.133 user-images.githubusercontent.com
199.232.68.133 avatars2.githubusercontent.com
199.232.68.133 avatars1.githubusercontent.com
3.安装 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
这是 Homebrew的安装命令
tip
1.下面说下上面截图中绿色的部分。绿色的是在设置完hosts
后,进行安装,会报: curl: (7) Failed to connect to raw.githubusercontent.com port 443: Operation timed out
这个错误。
在hosts
中加上绿色部分就可以了。
tip
2. 在更改hosts
过程中,有些会出现没有权限修改的情况。解决办法:
查看etc
文件简介,在最下面的everyone
选项权限改成读与写
。如果无法更改,右下角有个小锁点一下就可以。然后hosts
文件同理。改完记得权限回复到原来,小锁锁上。。