dev-sidecar icon indicating copy to clipboard operation
dev-sidecar copied to clipboard

使用更稳定的 `ghproxy.com` 代替 `download.fastgit.org`

Open lihe07 opened this issue 3 years ago • 5 comments

如题,ghproxy.com 提供的服务比 download.fastgit.org 更加稳定快速,也许可以考虑在默认配置中替换掉?

手动替换只需要修改如下配置:

"/.*/.*/releases/download/": {
    "redirect": "download.fastgit.org"
}

更改为:

"/.*/.*/releases/download/": {
    "redirect": "ghproxy.com/https://github.com/"
}

lihe07 avatar Aug 22 '22 05:08 lihe07

ghproxy在有些时候会比fastgit慢,相比之下fastgit会稳定点

Pinghigh avatar Sep 09 '22 14:09 Pinghigh

ghproxy在有些时候会比fastgit慢,相比之下fastgit会稳定点

我这里是因为fastgit总是间歇性抽风(像是被屏蔽了一样) 近期没有试过,也许有改进?

lihe07 avatar Sep 10 '22 04:09 lihe07

ghproxy在有些时候会比fastgit慢,相比之下fastgit会稳定点

我这里是因为fastgit总是间歇性抽风(像是被屏蔽了一样) 近期没有试过,也许有改进?

我这是ghproxy间歇性抽风( 现在hub.fastgit.xyz被干了,download.fastgit.org还能用

Pinghigh avatar Sep 10 '22 07:09 Pinghigh

我这fastgit直接挂了,换ghproxy好多了

hezhongfeng avatar Oct 28 '22 05:10 hezhongfeng

我这fastgit直接挂了,换ghproxy好多了

现在我这也挂了

Pinghigh avatar Nov 15 '22 11:11 Pinghigh

已修改为另一个地址,代码提交记录:https://github.com/docmirror/dev-sidecar/commit/5a9663584424a39ff65096b6a973884c1ef9ff74

wangliang181230 avatar Mar 27 '24 03:03 wangliang181230