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:

  • 在Ubuntu上部署OpenMAIC
  • AI工具大全
  • Fast DDS入门(On-Going)
  • NVIDIA GPU 架构:SP、SM 与 LSU 工作原理详解
  • al-folio 模板定制修改总结