参考:https://blog.csdn.net/txl910514/article/details/105880125
- 此时:ping raw.githubusercontent.com 是不通的
- 查询 raw.githubusercontent.com 的真实IP:https://ipaddress.com/website/raw.githubusercontent.com
- 执行:sudo vim /etc/hosts,新加入一行(其中:185.199.108.133 是我查询到的IP,可能会有变化):
185.199.108.133 raw.githubusercontent.com
- 再次ping,能ping通的话,就可以正常安装了;
- 如果没有成功,换剩下的ip地址,多试几次。