Git--06--国内访问Github
Posted 高高for 循环
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git--06--国内访问Github相关的知识,希望对你有一定的参考价值。
提示:文章写完后,目录可以自动生成,如何生成可参考右边的帮助文档
文章目录
国内访问Github
1.IP地址查询工具
https://ipaddress.com/website/fastly.net
或者 https://www.ipaddress.com/
2.查询 github.com 与 github.global.ssl.fastly.net
github.com
github.global.ssl.fastly.net
3.两个IP写入 hosts文件中
- 将上面查询到的两个IP写入到C:\\Windows\\System32\\drivers\\etc 下的hosts文件中:
# Github
140.82.112.4 github.com
199.232.69.194 github.global.ssl.fastly.net
4. 刷新系统DNS缓存
Windows 打开系统命令行 cmd(管理员身份)或powershell
运行 ipconfig /flushdns
5.访问 https://github.com/
https://github.com/
以上是关于Git--06--国内访问Github的主要内容,如果未能解决你的问题,请参考以下文章