快速从github下载项目
1、方法一:将github上的项目地址 复制 然后同步到gitee上
2、方法二:添加 cnpmjs.org,然后使用git clone命令对整个项目进行克隆
例子: https://github.com/kekeqy/ebook
添加后https://github.com.cnpmjs.org/kekeqy/ebook
3、方法三:在git clone命令中将gitclone.com嵌入到克隆地址
例子:https://github.com/kekeqy/ebook
添加后 https://gitclone.com/github.com/kekeqy/ebook
git clone https://gitclone.com/github.com/tendermint/tendermint.git
git config --global url."https://gitclone.com/".insteadOf https://
git clone https://github.com/tendermint/tendermint.git
cgit clone https://github.com/tendermint/tendermint.git
视频讲解:https://www.bilibili.com/video/BV13Z4y1p75s/?t=41&vd_source=fae5ac5f97d6ce963994a2d8fed8aa2e

浙公网安备 33010602011771号