使用gitclone.com加速github访问
有时候github访问太慢或者直接访问不了,可以使用gitclone加速,官网URL:https://gitclone.com/
按照官方描述,有三种方式使用
Method 1 (replace url)
git clone https://gitclone.com/github.com/tendermint/tendermint.git
Method 2 (set git parameters)
git config --global url."https://gitclone.com/".insteadOf https://
git clone https://github.com/tendermint/tendermint.git
Method 3 (use cgit client)
cgit clone https://github.com/tendermint/tendermint.git
个人建议直接使用Method 1,比较方便,也就是说比如原本的git clone的指令是
git clone https://github.com/tendermint/tendermint.git
现在可以使用gitclone加速,文章来源:https://www.toymoban.com/news/detail-560399.html
git clone https://gitclone.com/github.com/tendermint/tendermint.git
实测加速明显,速度飞快文章来源地址https://www.toymoban.com/news/detail-560399.html
到了这里,关于使用gitclone.com加速github访问的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!