1、方法一:将github上的项目地址 复制 然后同步到gitee上
2、方法二:添加 cnpmjs.org,然后使用git clone命令对整个项目进行克隆
添加后github.com.cnpmjs.org/kekeqy/eboo…
3、方法三:在git clone命令中将gitclone.com嵌入到克隆地址
git clone gitclone.com/github.com/…
git config --global url."gitclone.com/".insteadOf https://
git clone github.com/tendermint/…
cgit clone github.com/tendermint/…