乐于分享
好东西不私藏

github下载不可用,多半是没用对镜像:纯干货!横向比较看看那个镜像最最顶!

github下载不可用,多半是没用对镜像:纯干货!横向比较看看那个镜像最最顶!

点击蓝字和星标⭐️ 获取实用小技能!

😭谁懂国内生信er的崩溃!每次git clone GitHub都能被搞心态👇

  • 要么直接连不上、超时报错卡死

  • 好不容易连上了,速度惨不忍睹

  • 只有几KB/s,下个开源项目能等到怀疑人生!

git clone报错

纯干货!横向比较github镜像

全网搜集了7个推荐比较多的github镜像

tendermint为例git clonewget测试

  • git clone链接获取方式
git clone链接
  • wget分支链接获取方式
wget分支链接
  • 横线实测结果
镜像
是否可用
git clone 速度
wget 速度
原生
/
/
gitclone.com
/
/
github.ur1.fun
/
/
gh-proxy.com
5.43 MB/s
105 KB/s
ghproxy.net
/
585 KB/s
ghproxy.homeboyc.cn
/
/
github.akams.cn
27 KB/s
24.8 KB/s
ghfast.top
3 KB/s
9.31 KB/s
  • note:”/”表示报错无法测速
gh-proxy.com方式
ghproxy.net的wget方式
github.akams.cn方式
ghfast.top方式

💬所以能用的github镜像不多,能的那几个速度也很一般,比较突出的也只有gh-proxy.com的git clone方式ghproxy.net的wget方式


类比!获得镜像下载链接

  • 镜像下载链接的获取方式都大同小异镜像前缀+github原生链接
gh-proxy.com的说明
  • 它们的网站其实也给了说明和获取方式,但是个人觉得比较麻烦,给你举个例子就能融会贯通了!

1.先获得两种方式的链接

  • git clone
git clone链接
https://github.com/tendermint/tendermint.git
  • wget
wget分支链接
https://github.com/tendermint/tendermint/archive/refs/heads/main.zip

2.镜像前缀+原始链接

  • gh-proxy.com
#前缀https://gh-proxy.org/#原生链接https://github.com/tendermint/tendermint.githttps://github.com/tendermint/tendermint/archive/refs/heads/main.zip#镜像前缀+原生链接https://gh-proxy.org/https://github.com/tendermint/tendermint.githttps://gh-proxy.org/https://github.com/tendermint/tendermint/archive/refs/heads/main.zip#下载git clone https://gh-proxy.org/https://github.com/tendermint/tendermint.gitwget https://gh-proxy.org/https://github.com/tendermint/tendermint/archive/refs/heads/main.zip

https://gh-proxy.com/

  • ghproxy.net
#前缀https://ghproxy.net/#原生链接https://github.com/tendermint/tendermint/archive/refs/heads/main.zip#镜像前缀+原生链接https://ghproxy.net/https://github.com/tendermint/tendermint/archive/refs/heads/main.zip#下载wget https://ghproxy.net/https://github.com/tendermint/tendermint/archive/refs/heads/main.zip

https://ghproxy.net/

  • gh.llkk.cc
#前缀https://gh.llkk.cc/#原生链接https://gh.llkk.cc/tendermint/tendermint.githttps://gh.llkk.cc/tendermint/tendermint/archive/refs/heads/main.zip#镜像前缀+原生链接https://gh.llkk.cc/https://github.com/tendermint/tendermint.githttps://gh.llkk.cc/https://github.com/tendermint/tendermint/archive/refs/heads/main.zip#下载git clone https://gh.llkk.cc/https://github.com/tendermint/tendermint.gitwget https://gh.llkk.cc/https://github.com/tendermint/tendermint/archive/refs/heads/main.zip

https://gh.llkk.cc/

  • ghfast.top
#前缀https://ghfast.top/#原生链接https://ghfast.top/tendermint/tendermint.githttps://ghfast.top/tendermint/tendermint/archive/refs/heads/main.zip#镜像前缀+原生链接https://ghfast.top/https://github.com/tendermint/tendermint.githttps://ghfast.top/https://github.com/tendermint/tendermint/archive/refs/heads/main.zip#下载git clone https://ghfast.top/https://github.com/tendermint/tendermint.gitwget https://ghfast.top/https://github.com/tendermint/tendermint/archive/refs/heads/main.zip

https://ghfast.top/


💬快去试试吧~希望速度起飞:

你还有什么好用的github镜像分享一下吧!