描述

  macOS安装Homebrew时总是报错(Failed to connect to raw.githubusercontent.com port 443: Connection refused)

原因

  由于某些你懂的因素,导致GitHub的raw.githubusercontent.com域名解析被污染了。

解决

  1. https://www.ipaddress.com/,通过该网站查询raw.githubusercontent.com的真实IP。
  2. 修改hosts
sudo vim /etc/hosts

xxx.xxx.xxx.xxx  raw.githubusercontent.com