mac无法repo GitHub资源报错
我们在使用repo命令时,经常会遇到无法repo的问题,这是因为repo源都是国外的,我们可以通过查找git在国内的映射地址,然后在hosts文件上添加,这样就可以顺利的从git上repo资源了。下面上干货:
报错提示:
fatal: unable to access 'https://github.com/ohmyzsh/ohmyzsh.git/': Failed to connect to github.com port 443 after 75020 ms: Operation timed out
原因分析:
开头分析原因了,简而言之就是:
mac下hosts文件配置有问题,需要更新hosts文件
解决方法:
1、查询最新GitHub DNS(需要两个)
(1)查询github.com的DNS 网址:“github.com”A记录/cname检测结果--Dns查询|dns查询--站长工具
编辑
(2)查询github.global.ssl.fastly.net的DNS 网址:“github.global.ssl.fastly.net”A记录/cname检测结果--Dns查询|dns查询--站长工具
编辑
2、编辑mac的hosts文件
sudo vim /etc/hosts
在后面添加上