GitClone
快速上手
只需在git clone命令中将gitclone.com嵌入到克隆地址中即可
方法一(替换URL)
git clone https://gitclone.com/github.com/tendermint/tendermint.git
方法二(设置git参数)
git config --global url."https://gitclone.com/".insteadOf https://
git config --global url."https://gitclone.com/github.com".insteadOf https://github.com
git clone https://github.com/tendermint/tendermint.git
方法三(使用cgit客户端)
cgit clone https://github.com/tendermint/tendermint.git