GitClone - GitHub缓存加速网站

Tony 197.3m2020-12-112625 次点击2 人感谢
https://www.gitclone.com/
#### 快速上手
只需在`git clone`命令中将`gitclone.com`嵌入到克隆地址中即可
##### 方法一(替换`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客户端](https://gitee.com/killf/cgit))
```
cgit clone https://github.com/tendermint/tendermint.git
```
********
`go get`获取代码时,可以使用 [goproxy.io](https://goproxy.io) 代理加速,用以下方法:
```
export GOPROXY=https://goproxy.io
```
然后正常`go get`即可
详情见[官方文档](https://www.gitclone.com/docs/intro)。
收藏 ♥ 感谢
九年吃菜粥 38.85m 2020-12-11 
这个看起来好用啊,省的手动在gitee上缓存和更新
Tony 197.3m 2020-12-31 
@九年吃菜粥 Coding 已经可以自动同步git仓库了

登录注册 后可回复。