快速从github下载项目

1、方法一:将github上的项目地址 复制 然后同步到gitee上

2、方法二:添加 cnpmjs.org,然后使用git clone命令对整个项目进行克隆

例子: https://github.com/kekeqy/ebook

添加后https://github.com.cnpmjs.org/kekeqy/ebook

git clone +项目更改后地址

3、方法三:在git clone命令中将gitclone.com嵌入到克隆地址

例子:https://github.com/kekeqy/ebook

添加后 https://gitclone.com/github.com/kekeqy/ebook

方法一(替换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

方法三(使用cgit客户端)

cgit clone https://github.com/tendermint/tendermint.git

视频讲解:https://www.bilibili.com/video/BV13Z4y1p75s/?t=41&vd_source=fae5ac5f97d6ce963994a2d8fed8aa2e

posted @ 2026-02-27 11:43  125hello521  阅读(0)  评论(0)    收藏  举报