GitHub、Google等镜像加速地址收集

GitHub、Google等镜像加速地址收集

摘要

本文用于收集GitHub、Google等镜像/加速地址。

GitHub

GitHub加速地址一览

站源 地址 缓存
github.com www.fastgithub.com
raw.githubusercontent.com
github.githubassets.com
customer-stories-feed.github.com 480 分钟
Github Download 480 分钟
GitHub Archive

使用

1.加速 clone

方法一:加前缀

直接在copy出来的url前加https://gh.api.99988866.xyz/即可,也可以直接访问,在input输入。

bash 复制代码
# 原地址
git clone https://github.com/docker/compose.git
# 加速下载方法一
git clone https://gh.api.99988866.xyz/https://github.com/docker/compose.git
# 加速下载方法二
git clone https://ghproxy.com/https://github.com/docker/compose.git
方法二:替换GitHub为加速域名
bash 复制代码
# 原地址
git clone https://github.com/docker/compose.git
# 加速下载方法一
git clone https://hub.fastgit.xyz/docker/compose.git
# 加速下载方法二
git clone https://github.com.cnpmjs.org/docker/compose.git
# 加速下载方法三
git clone https://gitclone.com/github.com/docker/compose.git
方法三:配置git自动替换
  • 使用镜像地址替换所有指向 GitHub 的链接
verilog 复制代码
git config --global url."https://hub.fastgit.xyz/".insteadOf "https://github.com/"
git config protocol.https.allow always
  • 查看git配置信息
css 复制代码
git config --global --list
  • 取消设置
php 复制代码
git config --global --unset url."https://hub.fastgit.xyz/".insteadof

2.加速 Release

对于正常的 clone , push 操作,FastGit 已经提供了相当完善的操作。对于 Release 和源码存档的下载,我们可以使用如下方法进行操作。

  • Release
bash 复制代码
# 假设下载链接为 https://github.com/A/A/releases/download/1.0/1.0.tar.gz
wget https://download.fastgit.org/A/A/releases/download/1.0/1.0.tar.gz
  • Codeload
shell 复制代码
# 假设下载链接为 https://hub.fastgit.xyz/A/A/archive/master.zip
# 或者 https://codeload.github.com/A/A/zip/master
wget https://download.fastgit.org/A/A/archive/master.zip

3.加速 raw

bash 复制代码
# 原地址 
wget https://raw.githubusercontent.com/kubernetes/kubernetes/master/README.md
# 加速下载方法一
wget https://raw.staticdn.net/kubernetes/kubernetes/master/README.md
# 加速下载方法二
wget https://raw.fastgit.org/kubernetes/kubernetes/master/README.md

Google

谷歌镜像列表------每个月定期更新:https://snailwish.com/

谷歌搜索 镜像

Google scholar 谷歌学术镜像

思谋学术导航:https://ac.scmor.com/

相关推荐
DARLING Zero two♡26 分钟前
Microi吾码低代码平台:前端源码的本地运行探索
前端·低代码·开源·c#·vue
熬夜加班写代码27 分钟前
SpringBoot【九】mybatis-plus之自定义sql零基础教学!
java·spring boot·后端·sql·程序员·mybatis
m0_7482448328 分钟前
前端常用npm库大全-vue,react,通用(持续更新)
前端·vue.js·npm
stormsha30 分钟前
解决 Nginx 部署 React 项目时的重定向循环问题
前端·nginx·react.js
MoonBit月兔31 分钟前
GitHub 正式收录 MoonBit 作为一门通用编程语言!核心用户突破三万!
开发语言·github·编程语言·moonbit
闲人怪喵1 小时前
/usr/local/go/bin/go: cannot execute binary file: Exec format error
开发语言·后端·golang
m0_748239831 小时前
一款免费、简单、快速的JS打印插件,web 打印组件,基于JavaScript开发,支持数据分组,快速分页批量预览,打印,转pdf,移动端,PC端
前端·javascript·pdf
一个W牛2 小时前
导入excel动态生成海报
前端·javascript·excel·贴图
samlyx3 小时前
BFC的理解
前端
不学习何以强国3 小时前
uni-app 个人课程表页面
前端·javascript·uni-app