git clone加速问题解决方案
Git Clone速度过慢解决方案
方案一 使用gitclone.com加速
访问gitclone加速的官网https://gitclone.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
方法三(使用cgit客户端)
cgit clone https://github.com/tendermint/tendermint.git
搜索图例:
方案二 使用Gitee转载仓库
登录gitee.com
获取GitHub仓库URL
填写URL
拉取仓库到Gitee完成
git clone仓库
总的来说,两种方法中gitclone.com会出现时常不稳定的现象,不过大部分时间都能够以高速克隆仓库。不到必要时刻,不推荐使用gitee二次搬运仓库,因为流程较为繁琐
本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!