Oh My Zsh,『 443 Connection Refused 错误无法安装 』


Oh My Zsh, 「 443:Connection Refused 错误无法安装 」

  • 最近一段时间 GitHub 中的图片无法显示,页面也加载缓慢. GitHub 里面图片都在 raw.githubusercontent.com 域名中,我们需要在系统 hosts 文件中添加关联的 ip 地址即可.
  • 以下 ip 追加到 hosts 文件中:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# GitHub Start
52.74.223.119 github.com
192.30.253.119 gist.github.com
54.169.195.247 api.github.com
185.199.111.153 assets-cdn.github.com
151.101.76.133 raw.githubusercontent.com
151.101.76.133 gist.githubusercontent.com
151.101.76.133 cloud.githubusercontent.com
151.101.76.133 camo.githubusercontent.com
151.101.76.133 avatars0.githubusercontent.com
151.101.76.133 avatars1.githubusercontent.com
151.101.76.133 avatars2.githubusercontent.com
151.101.76.133 avatars3.githubusercontent.com
151.101.76.133 avatars4.githubusercontent.com
151.101.76.133 avatars5.githubusercontent.com
151.101.76.133 avatars6.githubusercontent.com
151.101.76.133 avatars7.githubusercontent.com
151.101.76.133 avatars8.githubusercontent.com
# GitHub End

IP 查询工具


SwitchHosts 修改工具

  • 可以使用 SwitchHosts 工具,来修改 hosts

  • SwitchHosts

Hosts 文件位置

MacOS, Ubuntu, CentOS

  • MacOS 为例:
  • 前往文件夹 -> /etc/hosts
  • hosts 是只读文件, 需要复制出来,修改完成在替换 hosts 文件。

刷新 DNS

  • 打开终端输入:

    1
    sudo killall -HUP mDNSResponder

Windows

  • hosts 文件位置:

    1
    C:/windows/system32/drivers/etc/hosts

刷新 DNS

  • 打开终端输入:

    1
    ipconfig /flushdns