Failed to connect to github.com port 443: Operation timed out

1、查询可以用的IP
在https://www.ipaddress.com/上分别搜索
github.com、github.global-ssl.fastly.net

2、修改host文件

操作:sudo vi /etc/hosts,替换成以下ip即可

151.101.185.194 github.global-ssl.fastly.net
192.30.253.112  github.com

3、完成
最后可以试试git clone了。

你可能感兴趣的:(Failed to connect to github.com port 443: Operation timed out)