日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

GitHub、Google等镜像加速地址

發布時間:2023/12/14 编程问答 34 豆豆
生活随笔 收集整理的這篇文章主要介紹了 GitHub、Google等镜像加速地址 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

GitHub、Google等鏡像/加速地址

GitHub加速地址一覽

  • fastgit
    https://hub.fastgit.xyz/ (推薦)
    https://hub.nuaa.cf/
站源地址緩存
github.comhub.fastgit.xyz
raw.githubusercontent.comraw.fastgit.org
github.githubassets.comassets.fastgit.org
customer-stories-feed.github.comcustomer-stories-feed.fastgit.org480 分鐘
Github Downloaddownload.fastgit.org480 分鐘
GitHub Archivearchive.fastgit.org
  • cnpmjs.org:https://github.com.cnpmjs.org/
  • gitclone.com:https://gitclone.com/
  • gitee:https://gitee.com/mirrors
  • GitHub 文件加速:https://gh.api.99988866.xyz/
  • Github 倉庫加速:https://github.zhlh6.cn/
  • Github 倉庫加速:http://toolwa.com/github/

使用

1.加速 clone

方法一:加前綴

直接在copy出來的url前加https://gh.api.99988866.xyz/即可,也可以直接訪問,在input輸入。

# 原地址 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為加速域名

# 原地址 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 的鏈接
git config --global url."https://hub.fastgit.xyz/".insteadOf "https://github.com/" git config protocol.https.allow always
  • 查看git配置信息
git config --global --list
  • 取消設置
git config --global --unset url."https://hub.fastgit.xyz/".insteadof

2.加速 Release

對于正常的 clone , push 操作,FastGit 已經提供了相當完善的操作。對于 Release 和源碼存檔的下載,我們可以使用如下方法進行操作。

  • Release
# 假設下載鏈接為 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
# 假設下載鏈接為 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

# 原地址 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/508/

谷歌搜索 鏡像

  • Google Mirror 1:https://search.aust.cf/
  • Google Mirror 2:https://search.ecnu.cf/
  • Google Mirror 3:https://search.ahnu.cf/

Google scholar 谷歌學術鏡像

思謀學術導航:https://ac.scmor.com/

  • scqylaw:http://scholar.scqylaw.com/
  • 熊貓學術:https://sc.panda321.com/
  • HiQQ學術搜索(有鏈接轉到sci-hub):https://so.hiqq.com.cn/
  • 學術網:https://www.scholarnet.cn/
  • 學術屋:http://sci.xueshuwu.cn/

總結

以上是生活随笔為你收集整理的GitHub、Google等镜像加速地址的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。