访问Github慢!pod install github.com port 443: Operation timed out 完美解决方案!看这里

前言:
最近访问GitHub 和 cocoapods 有点频繁,发现GitHub打开有点慢,pod install 老超时!Failed to connect to github.com port 443: Operation timed out 。刚开始极度怀疑是公司网不好,可是看电影也不卡呀~于是乎索性就 ping github.com 了一下,果断都是超时

181603683010_.pic.jpg

像这种情况 能pod 下来才怪嘞!于是乎想起了有位大神的博客去ipaddress.com验证ip地址对不对
241603683915_.pic.jpg

去打开本地的hosts文件查看一下
访问地址: /etc/hosts
191603683010_.pic_hd.jpg

一看所有的GitHub ip 都不对 !!!
索性就都换了
231603683143_.pic.jpg

期待已久的事情终于发生了,它通了

  • 以前是这样的
    201603683044_.pic.jpg
  • 换完 iP 后


    211603683059_.pic.jpg

做个笔记记录一下问题,如有疑问可留言沟通。

你可能感兴趣的:(访问Github慢!pod install github.com port 443: Operation timed out 完美解决方案!看这里)