1、CocoaPods pod install安装慢的解决方法
pod install --verbose --no-repo-update
2 解决GitHub下载速度太慢的问题
2.1执行 sudo vi /etc/hosts
2.2输入
192.30.253.113 github.com
151.101.77.194 github.global.ssl.fastly.net
2.3 执行命令刷新DNS缓存
sudo killall -HUP mDNSResponder
3.这几个地址很慢,我试过的,github应该还有很多其他ip的,只不过我的电脑最近的dns服务器只返回它维护的三个ip,如果从其他城市访问github.com就可能得到不一样的ip。因而,我们需要模拟其他地点的访问以拿到github.com的其他ip。这个通过http://tool.chinaz.com/dns/工具可做到, 该工具在各地都有服务器,可以实现各地请求这个域名,然后显示返回的ip
13.250.177.223 github.com
52.74.223.119 github.com
13.229.188.59github.com