Windows&Mac 解决 Failed to connect to github.com port 443: Connection refused 方法

最近更新了一下rvm、ruby,在项目使用pod安装第三方库的时候,发现始终无法install。

Fatal error
:-1: Failed to connect to github.com port 443: Connection refused

特意整理一下解决办法:

1、记录github.com的ip地址

点击传送门,页面下方输入github.com搜索

开始搜索

搜索结果:
搜索结果

2、修改系统hosts文件:

1、终端修改:

Mac:
打开终端,sudo vim /etc/hosts,将刚才复制的 IP Address 写入hosts文件中,140.82.114.3 github.comwq退出保存即可!!

搞定

Windows:
win10:Hosts文件在C:\Windows\System32\drivers\etc目录下
修改保存就完事

2、SwitchHosts(不感冒终端开发者的福音,推荐使用!!)

下载:https://swh.app/zh

image.png

3.收工

当你再进行pod或者git操作时,就会发现刷刷的很爽~

你可能感兴趣的:(Windows&Mac 解决 Failed to connect to github.com port 443: Connection refused 方法)