ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
# gist 上不去 1. 改host ~~~ 192.30.253.118 gist.github.com ~~~ 2. 用 https://www.cacher.io/ 关联GitHub账号好就可以了。还能够标签管理,不过有时候速度略慢。 3. 最近打开gist.github.com就会出现问题,打不开,记录一个推荐的办法,很有效果 ~~~ 192.30.252.141 gist.github.com 185.31.17.184 github.global.ssl.fastly.net 185.31.17.184 github-camo.global.ssl.fastly.net ~~~ 很有效果,不信你也试试 打开 https://site.ip138.com/raw.Githubusercontent.com/ https://www.ipaddress.com/ http://ip.chinaz.com/ 查询以下三个链接的DNS解析地址 1. github.com 2. assets-cdn.github.com 3. github.global.ssl.fastly.net # 打不开 github? * [http://ping.chinaz.com/](http://ping.chinaz.com/) 搜索 github.com 海外ip,其实能找到的就两个;然后再搜 gist.github.com 海外ip,也是两个。 * 使用 [ipaddress](https://www.ipaddress.com/ip-lookup) 网站,添加 dns 解析 [https://www.freesion.com/article/890437390/](https://www.freesion.com/article/890437390/) 将它们加入到 hosts 文件中。 1. 改host ~~~ 192.30.253.118 gist.github.com ~~~ 2. 用 https://www.cacher.io/ 关联GitHub账号好就可以了。还能够标签管理,不过有时候速度略慢。 3. 最近打开 gist.github.com 就会出现问题,打不开,记录一个推荐的办法,很有效果 ~~~ 192.30.252.141 gist.github.com 185.31.17.184 github.global.ssl.fastly.net 185.31.17.184 github-camo.global.ssl.fastly.net ~~~ 很有效果,不信你也试试 打开网站 https://www.ipaddress.com/ http://ip.chinaz.com/ 查询以下三个链接的 DNS 解析地址 1. github.com 2. assets-cdn.github.com 3. github.global.ssl.fastly.net ## 使用镜像加速 [https://greasyfork.org/zh-CN/scripts/398278-github-镜像访问-加速下载/code] https://greasyfork.org/en/scripts/397419-github-镜像加速访问-下载-修复-增加站点/code?locale_override=9 ## 镜像网站 https://hub.fastgit.org/ https://github.com.cnpmjs.org/ https://git.sdut.me/ ## 修改仓库push url 为了解决使用国内镜像网站clone下来的项目无法push的问题,我们需要将clone下来的仓库push url修改为github.com。如下图: ![](../images/screenshot_1592115443424.png) > [Github 国内加速克隆及下载](https://www.gushiciku.cn/pl/gVsw)