150 字
1 分钟
解决Git同步访问慢的问题
2024-03-31

在我们想要将本地的代码提交到 Github 远程仓库时,会因为网络问题,拉取失败。


解决 Git 提交拉取时的网络问题#

方法一 (推荐)#

  1. 获取动态 host ip 进行修改

https://gitlab.com/ineo6/hosts/-/raw/master/next-hosts

  1. 也可以是本地 hosts 服务

下载地址:https://github.com/ineo6/hosts/releases/tag/v1.0.1

更多信息:https://github.com/ineo6/hosts

方法二#

  1. 查询以下网址对应的DNS服务器地址: DNS 查询工具
github.com
github.global.ssl.fastly.net
assets-cdn.github.com
  1. 修改 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 时的网络问题#

  1. 加个fasthttps://github.com/ 改为 https://githubfast.com/
  2. 使用镜像仓库:Github 镜像仓库

解决Git同步访问慢的问题
https://blog.hzau.top/posts/tools/git/solve-git-slow-problem/
作者
Dawn Journey
发布于
2024-03-31
许可协议
CC BY-NC-SA 4.0