7

GitHub代下载[文件加速]网站及反代列表

 3 years ago
source link: https://cjh0613.com/githubproxy.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

GitHub代下载[文件加速]网站及反代列表

发表2020-06-15更新2020-09-10字数779预计阅读时长5分阅读次数2987

Githubhttps://github.com/ )是世界上最大的使用Git进行版本控制的软件源代码托管服务平台

然而 Github release 的下载速度非常慢。之前我一直用IDM下载,速度还行,1-2 M/s,就没怎么在意。但 2020.6.15 起速度仅 50K/s ……于是开始收集代理 GitHub 下载的网站,以备不时之需。

本列表会持续更新,欢迎收藏本页
您也可以搜索Github 代下载打开本页

维基百科Wikipedia镜像网站列表点击此处查看

Google镜像网站列表点击此处查看

解决Github网页上图片显示失败,gist、raw无法打开的问题

您使用这些代理时,请注意:

  1. 切记勿进行登录等敏感操作,有账号泄露风险。
  2. 你的访问有被记录的可能性,请严格遵守你所在地区的法律法规。
  3. 其他存在的风险

另外,本站仅收集下列站点,请您谨慎使用。

GitHub代下载网站列表

http://g.widyun.com/

http://gg.widyun.com/

https://githubd.com/#/

http://gitd.cc/

http://g.widora.cn/

https://github.zhlh6.cn/

http://toolwa.com/github/

http://github.b15.me/

https://gh.api.99988866.xyz/

https://shrill-pond-3e81.hunsh.workers.dev/

https://www.toolnb.com/tools/githubjiasu.html

GitHub反代域名

主要是 clone 使用,有些支持下载 Releases。clone 时对子模块加速

FastGit

Release 和源码存档的下载

假设下载链接为https://github.com/A/A/releases/download/1.0/1.0.tar.gz,使用:

https://download.fastgit.org

将原链接替换,得到下载地址:

https://download.fastgit.org/A/A/releases/download/1.0/1.0.tar.gz

具体参见 FastGit 文档:https://doc.fastgit.org/

gitclone.com

克隆github上仓库地址https://github.com/k/c.git,只需将地址改为https://gitclone.com/github.com/k/c.git

官方说明:https://www.gitclone.com

https://www.gitclone.com/docs/howto/howto_github

staticdn

raw.githubusercontent.com替换为

raw.staticdn.net

——来自 https://cdn.con.sh/

cnpmjs

clone和打开网站用,将 github.com替换为

github.com.cnpmjs.org

gitcdn.link

参见 http://gitcdn.link/

当然,如果是clone的话可以镜像一个到国内 Gitee ,稳定且快,就是操作步骤多一些。

子模块处理

仓库带有子模块,由于在仓库根目录中的.gitmodules文件夹定义的子模块的地址仍然是 github 仓库的地址,所以用替代域名下载的仓库在下载子模块时会 直接越过替代域名而从 github 上下载……

一种解决办法——先下载主仓库,修改仓库中的 .gitmodules 文件夹中的仓库地址,指向替代域名,保存退出后,更新子模块:

git submodule update --init

如果子模块中还有子模块,按上述方法重复进行就可以了。


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK