An unexpected error occurred: “https://raw.githubusercontent.com/....json: connect ECONNREFUSED 0.0“

可能是被众所周知的原因,后来在网上看到raw.githubusercontent.com被那个原因导致不能访问。然后就找到ipaddress.com网站,访问https://githubusercontent.com.ipaddress.com/raw.githubusercontent.com查询到它的IP Address,然后在本地的/etc/hosts文件里添加IP指向raw.githubusercontent.com

199.232.68.133  raw.githubusercontent.com

就可以了

上一篇:如何获取 docker 容器(container)的 ip 地址


下一篇:必备redis6教程-分布式缓存Redis6.X+高可用集群课程介绍-小滴课堂