Git加速资源
使用清华镜像加速:
git config --global url."https://mirrors.tuna.tsinghua.edu.cn/git/".insteadOf https://github.com/
使用GitClone加速:
# 方法一(替换URL)
git clone https://gitclone.com/github.com/tendermint/tendermint.git
# 方法二(设置git参数)
git config --global url."https://gitclone.com/".insteadOf https://
git clone https://github.com/tendermint/tendermint.git
Enjoy Reading This Article?
Here are some more articles you might like to read next: