GitHub卡顿?提升访问GitHub速度(不需翻墙)
作者:互联网
第一步。
打开域名解析网址:https://www.ipaddress.com/
复制ip地址如:115.60.146.50
第二步。
配置静态域名映射。
打开计算机搜索hosts ,找到文件
使用记事本打开
修改输入115.60.146.50 https://github.com
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
115.60.146.50 https://github.com
第三步。
刷新DNS
win + r cmd 打开终端
Mac下使用命令:dscacheutil -flushcache
Window下使用命令:ipconfig /flushdns
标签:GitHub,146.50,翻墙,115.60,localhost,https,打开,com,卡顿 来源: https://blog.csdn.net/qq_45193707/article/details/117363750