Github访问不了解决方法

时间:2023年06月12日

/

来源:网络

/

编辑:佚名

Github是什么?
GitHub 是全球最大的代码开源平台,基于 Git 做版本控制的代码托管平台,同时也是全球最大的代(同)码(性)托(交)管(友)网站。
网站:https://github.com/
一个解决访问不了的方法:
需要用到的三个地址:
1.确定ip:https://github.com.ipaddress.com
2.确定域名ip:https://fastly.net.ipaddress.com/github.global.ssl.fastly.net
3.确定静态资源ip:https://github.com.ipaddress.com/assets-cdn.github.com
第一

第二

第三

找到ip后修改hosts文件:
打开C:\Windows\System32\drivers\etc

选择打开方式为记事本(需要管理员模式打开)
在底部输入下面信息后保存:
140.82.112.3 github.com
199.232.69.194 github.global.ssl.fastly.net
185.199.108.153 assets-cdn.github.com
185.199.109.153 assets-cdn.github.com
185.199.110.153 assets-cdn.github.com
185.199.111.153 assets-cdn.github.com

即可访问github
另一个方法是去站长工具里检测一下 
http://tool.chinaz.com/dns/ ,输入 github.com,然后点击检测按钮,如图:

在hosts文件结尾输入:
203.208.39.99 github.com
13.114.40.48 github.com
打开cmd窗口
执行 ipconfig /flushdns
刷新DNS缓存
再访问github就ok了。
猜你需要

豫ICP备2021026617号-1  豫公网安备:41172602000185   Copyright © 2021-2028 www.78moban.com/ All Rights Reserved

本站作品均来自互联网,转载目的在于传递更多信息,并不代表本站赞同其观点和对其真实性负责。如有侵犯您的版权,请联系 1565229909#qq.com(把#改成@),我们将立即处理。