fastgit.org
https://doc.fastgit.org/
https://hub.fastgit.org/
https://raw.fastgit.org/
https://download.fastgit.org/

cnpmjs.org
https://github.com.cnpmjs.org/

gitclone.com
https://gitclone.com/

gitee.com
https://gitee.com/mirrors

git clone 加速

git clone https://github.com/cranberrys/cranberrys.git
git clone https://hub.fastgit.org/cranberrys/cranberrys.git
git clone https://github.com.cnpmjs.org/cranberrys/cranberrys.git
git clone https://gitclone.com/github.com/cranberrys/cranberrys.git

通过设置实现URL自动替换

git config --global url."https://github.com/".insteadOf https://github.com.cnpmjs.org/
git clone https://github.com/cranberrys/cranberrys.git

git releases 加速

wget https://github.com/cranberrys/cranberrys/releases/download/v0.0.1/cranberrys-v0.0.1.tgz
wget https://download.fastgit.org/cranberrys/cranberrys/releases/download/v0.0.1/cranberrys-v0.0.1.tgz

git codeload archive 加速

wget https://codeload.github.com/cranberrys/cranberrys/zip/master
wget https://github.com/cranberrys/cranberrys/archive/master.zip
wget https://download.fastgit.org/cranberrys/cranberrys/archive/master.zip

git raw 加速

wget https://github.com/cranberrys/cranberrys/raw/master/requirements.txt
wget https://hub.fastgit.org/cranberrys/cranberrys/raw/master/requirements.txt

wget https://raw.githubusercontent.com/cranberrys/cranberrys/master/requirements.txt
wget https://raw.fastgit.org/cranberrys/cranberrys/master/requirements.txt

发表评论