【2020.4.17】发现GitHub图片又裂了

改成阿里DNS,依然无效

阿里DNS:223.5.5.5 / 223.6.6.6

判断可能是raw.GitHub的ip又改了

https://www.ipaddress.com/一查, raw.githubusercontent.com的ip果然改了,现在【2020.4.17】是199.232.68.133

修改host文件恢复正常

Win:C:WindowsSystem32driversetchosts
Mac: /etc/hosts

文件最后追加(或者修改):

# GitHub raw & image
199.232.28.133 raw.githubusercontent.com 
原文地址:https://www.cnblogs.com/bowen404/p/12719454.html