150 字
1 分钟
解决Git同步访问慢的问题
在我们想要将本地的代码提交到 Github 远程仓库时,会因为网络问题,拉取失败。
解决 Git 提交拉取时的网络问题
方法一 (推荐)
- 获取动态 host ip 进行修改
https://gitlab.com/ineo6/hosts/-/raw/master/next-hosts
- 也可以是本地 hosts 服务
方法二
- 查询以下网址对应的
DNS
服务器地址: DNS 查询工具
github.com
github.global.ssl.fastly.net
assets-cdn.github.com
- 修改
hosts
文件
20.205.243.166 github.com
66.220.148.145 github.global.ssl.fastly.net
185.199.111.153 assets-cdn.github.com
# https://tool.chinaz.com/dns/github.com
# https://tool.chinaz.com/dns/github.global.ssl.fastly.net
# https://tool.chinaz.com/dns/assets-cdn.github.com
解决 Git clone 时的网络问题
- 加个
fast
:https://github.com/
改为https://githubfast.com/
- 使用镜像仓库:Github 镜像仓库