github访问不了记录一下

处理github访问不了的问题

原文地址:https://zhuanlan.zhihu.com/p/93436925

  1. 修改本地hosts文件
windows系统的hosts文件的位置如下:C:\Windows\System32\drivers\etc\hosts
mac/linux系统的hosts文件的位置如下:/etc/hosts


  1. 增加http://github.global.ssl.fastly.net和http://github.com的映射
获取Github相关网站的ip
访问https://www.ipaddress.com,拉下来,找到页面中下方的“IP Address Tools – Quick Links”
分别输入github.global.ssl.fastly.net和github.com,查询ip地址
下面是我的配置
140.82.114.4	github.com
199.232.5.194	github.global.ssl.fastly.net

  1. 命令提示符中输入ping github.com,再访问github地址
posted @ 2022-04-24 22:42  甜珊贝奇  阅读(45)  评论(0编辑  收藏  举报