趣小组
[ MAKE ]
首页
节点
分享
创造
问与答
二手交易
编程
电子
树莓派
Arduino
手工
小玩意
ACG 二次元
科学
文化
电影
宠物
旅行
技术支持
登录
注册
首页
分享
GitClone - GitHub缓存加速网站
Tony
219.05m
•
2020-12-11
•
2981 次点击
•
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)。
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
219.05m
2020-12-31
@九年吃菜粥 Coding 已经可以自动同步git仓库了
登录
或
注册
后可回复。
›
创客百宝箱