github秒联方法

  1. 获取github各服务IP地址

登录:DNS查询 - 在线工具

查询以下域名的IP地址:( https://tool.lu/dns/index.html )

#ip             域名                      #注释内容
#-----------------------------------------
20.205.243.166  github.com                    #注释
208.101.21.43   global.ssl.fastly.net         #注释
185.199.111.153 assets-cdn.github.com         #注释
185.199.109.153 assets-cdn.github.com         #注释
185.199.108.153 assets-cdn.github.com         #注释
185.199.110.153 assets-cdn.github.com         #注释
20.205.243.165  codeload.github.com           #注释
199.59.148.201  github.global.ssl.fastly.net  #注释

2.编辑windows 静态域名查询文件hosts
C:\Windows\System32\drivers\etc\hosts

切记不要改变文件的属性

尾部添加内容如下:

#注释 github.com
#ip             域名                      #注释内容
20.205.243.166  github.com                    #注释
208.101.21.43   global.ssl.fastly.net         #注释
185.199.111.153 assets-cdn.github.com         #注释
185.199.109.153 assets-cdn.github.com         #注释
185.199.108.153 assets-cdn.github.com         #注释
185.199.110.153 assets-cdn.github.com         #注释
20.205.243.165  codeload.github.com           #注释
199.59.148.201  github.global.ssl.fastly.net  #注释
#注释 github.com end 

3.刷新操作系统DNS解析缓存

windows 运行CMD,启动命令行窗口,运行如下命令:

> ipconfig/flushdns
  1. 下载常用工具软件:
    GitHub - lanbao2021/share: 分享蓝同学收集的软件资源、使用心得...
相关推荐
go546315846523 分钟前
指导初学者使用Anaconda运行GitHub上One - DM项目的步骤
github
时光追逐者14 小时前
Visual Studio使用GitHub Copilot提高.NET开发工作效率
c#·github·.net·copilot·ai编程·微软技术·visual studio
油泼辣子多加21 小时前
2025年02月01日Github流行趋势
github
萨文 摩尔杰21 小时前
hexo部署到github page时,hexo d后page里面绑定的个人域名消失的问题
github
油泼辣子多加1 天前
2025年01月31日Github流行趋势
github
Ronin-Lotus2 天前
上位机知识篇---Git&GitHub
git·学习·github
AI悦创|编程1v12 天前
GitHub Actions定时任务配置完全指南:从Cron语法到实战示例
github
**kwargs2 天前
ssh密钥登录GitHub时一直提示“Error: Permission denied (publickey)”
运维·ssh·github
dreadp3 天前
解锁豆瓣高清海报:深度爬虫与requests进阶之路
前端·爬虫·python·beautifulsoup·github·requests
江_小_白4 天前
fatal: unable to access ‘https://github
github