没有代理的时候,经常会出现访问github等系列网站无法访问的情况
打开ipaddress.com
查询raw.githubusercontent.com的ip地址
然后执行
echo 'ip地址 raw.githubusercontent.com' >> /etc/hosts
然后就可以访问github相关网站了
没有代理的时候,经常会出现访问github等系列网站无法访问的情况
打开ipaddress.com
查询raw.githubusercontent.com的ip地址
然后执行
echo 'ip地址 raw.githubusercontent.com' >> /etc/hosts
然后就可以访问github相关网站了