Git

1、有代理

通过命令修改

只需要针对github设置代理即可,这里以ss为例子:

  1. #只对github.com
  2. git config --global http.https://github.com.proxy socks5://127.0.0.1:1080
  3. #取消代理
  4. git config --global --unset http.https://github.com.proxy#只对github.com
  5. git config --global http.https://github.com.proxy socks5://127.0.0.1:1080
  6. #取消代理
  7. git config --global --unset http.https://github.com.proxy

直接修改~/.gitconfig文件

在~/.gitconfig中添加如下配置

  1. [http "https://github.com"]
  2. proxy = socks5://127.0.0.1:10808

Github代码clone速度慢的解决办法 - 图1

2、没代理

2.1 换URL

可以使用github的镜像网站:

  1. github.com.cnpmjs.org
  2. https://kkgithub.com/
  3. https://github.hscsec.cn/
  4. https://githubfast.com/

github.com替换为上述URL即可,然后去clone,速度飞快!

2.2 配置Hosts

在ipaddress中查找github.com与github.global.ssl.fastly.net对应的ip,配置到hosts即可。

https://www.ipaddress.com/

  1. xxxx github.global.ssl.fastly.net
  2. xxxx github.com

例如:Ubuntu上在/etc/hosts中添加:

  1. 151.101.72.249 github.http://global.ssl.fastly.net
  2. 140.82.113.4 github.com

在Windows将配置添加到C:\Windows\System32\drivers\etc\hosts文件中。

3、使用代理加速下载

以下网站提供代理加速下载服务,只需要复制GitHub地址到输入框中再点击下载就可以加速下载。缺点是必须知道下载地址,不能直接进行搜索浏览。

https://ghp.ci/

https://gh-proxy.com/

https://ghproxy.net/

https://ghproxy.homeboyc.cn/

https://github.ur1.fun/

https://github.moeyy.xyz/

https://ghproxy.cc/

GitHub Proxy 新增两个镜像域名github.site 与 github.store

已禁用登录功能,其余访问格式与github.com一致

例:https://github.**site**/hunshcn/gh-proxy