解决GitHub的raw.githubusercontent.com无法连接问题
Posted delphixe
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决GitHub的raw.githubusercontent.com无法连接问题相关的知识,希望对你有一定的参考价值。
sudo vi /etc/hosts
# GitHub Start
52.74.223.119 github.com
192.30.253.119 gist.github.com
54.169.195.247 api.github.com
185.199.111.153 assets-cdn.github.com
151.101.76.133 raw.githubusercontent.com
151.101.108.133 user-images.githubusercontent.com
151.101.76.133 gist.githubusercontent.com
151.101.76.133 cloud.githubusercontent.com
151.101.76.133 camo.githubusercontent.com
151.101.76.133 avatars0.githubusercontent.com
151.101.76.133 avatars1.githubusercontent.com
151.101.76.133 avatars2.githubusercontent.com
151.101.76.133 avatars3.githubusercontent.com
151.101.76.133 avatars4.githubusercontent.com
151.101.76.133 avatars5.githubusercontent.com
151.101.76.133 avatars6.githubusercontent.com
151.101.76.133 avatars7.githubusercontent.com
151.101.76.133 avatars8.githubusercontent.com
# GitHub End
以上是关于解决GitHub的raw.githubusercontent.com无法连接问题的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 Python 在一组点上绘制多边形(部分向内弯曲)边缘?