# 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)
- 介绍
- 1. Get Git - 安装并且设置Git
- 2. Repository - 建立一个本地的repository
- 3. Commit to it - 检查状态、新增或修改commits
- 4. GitHubbin - 注册GitHub帐号
- 5. Remote Control - 将repository做本地和远程的连接
- 6. Forks and Clones - Fork和clone一个开源的计划
- 7. Branches aren't just for Birds - 建立一个feature branch
- Git分支开发模型
- 8. It's a Small World - 邀请并和别人合作
- 9. Pull, Never Out of Date - 利用Push和pull来和GitHub.com同步
- 10. Requesting You Pull Please - 建立一个pull request
- 11. Merge Tada - Merge和删除branches
- 学会 GitHub
- GitHub 使用指南
- git 与 github 模板配置
- GitHub Actions
- 实用技巧
- Git Flow
- Submodule子模块
- 工作记录
- 常用命令
- 帮助
- 资源
- 解疑答惑