美文网首页GitHubgithub
github问题集合

github问题集合

作者: 看远方的星 | 来源:发表于2022-06-26 16:38 被阅读0次
github无法显示图片

原因:dns污染
1、打开https://www.ipaddress.com
搜索raw.githubusercontent.com 获得他的IP
2、把一下内容添加到hosts文件中(ip换成上面得到的,两个IP填同一个),保存, 重启浏览器

199.232.68.133 raw.githubusercontent.com
199.232.68.133 githubusercontent.com

windows系统的hosts文件的位置如下:C:\Windows\System32\drivers\etc\hosts
参考文章:https://blog.csdn.net/qq_41709370/article/details/106282229

github访问太慢

1、打开https://www.ipaddress.com,搜索github.com的IP地址、github.global.ssl.fastly.net的IP地址、assets-cdn.github.com的IP地址
2、把一下内容添加到hosts文件中(ip换成上面得到的),保存, 重启浏览器

# github 访问慢
140.82.114.3    github.com
146.75.77.194   github.global.ssl.fastly.net
185.199.108.153 assets-cdn.github.com
185.199.110.153 assets-cdn.github.com
185.199.111.153 assets-cdn.github.com

参考文章:
1、完美解决github访问速度慢 - 知乎 (zhihu.com)
2、如何解决Github网站打不开的问题 - 简书 (jianshu.com)

相关文章

  • github问题集合

    github无法显示图片 原因:dns污染1、打开https://www.ipaddress.com搜索raw.g...

  • Github入门新手问题集合

    1.桌面版下载安装问题,win10系统用chrome登录Github下载,出现无法安装,提示an error oc...

  • github集合

    SuperTextView一个功能强大的TextView,可以满足日常大部分布局方式,开发者可已自行组合属性配置出...

  • Android GitHub资源集合

    free-programming-books https://github.com/vhf/free-progra...

  • Android最全最好用的工具类集合

    Github上最全最好用的工具类集合:https://github.com/Blankj/AndroidUtilC...

  • 数据结构:集合

    本文内容:1、集合是什么?2、集合的操作集。3、集合的 C 实现。 总表:《数据结构?》 工程代码 Github:...

  • Flutter 学习网站

    https://flutterchina.club/ ///Flutter 插件集合 https://github...

  • 问题集合

    一、初始小伙伴的问题 1、刚转行!可以说是三无资产!没申请过信用卡!这要怎么开始?第一次申请什么信用卡好?线上申请...

  • 集合问题

    转自小端有话说,侵改; 1.问:List 和 Set 都有什么区别? 分析:这种问题面试官一般想考察的都是你对这两...

  • 问题集合

    1.Error:Error converting bytecode to dex: Cause: com.andr...

网友评论

    本文标题:github问题集合

    本文链接:https://www.haomeiwen.com/subject/etdgvrtx.html