mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-02-09 05:57:14 +08:00
Validate Huawei RubyGems mirror
This commit is contained in:
parent
9e2f4f6847
commit
4d67da08b5
|
@ -148,12 +148,15 @@ typedef struct {
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 2023-09-15 更新
|
* 2024-04-18 更新
|
||||||
*
|
*
|
||||||
* @note
|
* @note
|
||||||
* 下面的源,并不都实现正确,
|
* 下面的源,并不都实现正确,
|
||||||
* BFSU 和 Tuna 以及 阿里的镜像都有问题,会循环遍历一个gem的所有版本,导致安装时间相当长
|
* BFSU 和 Tuna 以及 阿里的镜像都有问题,会循环遍历一个gem的所有版本,导致安装时间相当长
|
||||||
*
|
*
|
||||||
|
* @note
|
||||||
|
* 2024-04-18: @ccmywish: 华为云镜像正确可用
|
||||||
|
*
|
||||||
* @note 网络情况
|
* @note 网络情况
|
||||||
* 若实现正确:
|
* 若实现正确:
|
||||||
* 1. 目前北外最快最稳定
|
* 1. 目前北外最快最稳定
|
||||||
|
@ -166,6 +169,7 @@ static SourceInfo
|
||||||
pl_ruby_sources[] = {
|
pl_ruby_sources[] = {
|
||||||
{&Tencent, "https://mirrors.tencent.com/rubygems/"},
|
{&Tencent, "https://mirrors.tencent.com/rubygems/"},
|
||||||
{&RubyChina, "https://gems.ruby-china.com/"},
|
{&RubyChina, "https://gems.ruby-china.com/"},
|
||||||
|
{&Huawei, "https://mirrors.huaweicloud.com/repository/rubygems/"}
|
||||||
|
|
||||||
// {&Bfsu, "https://mirrors.bfsu.edu.cn/rubygems/"},
|
// {&Bfsu, "https://mirrors.bfsu.edu.cn/rubygems/"},
|
||||||
// {&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/rubygems/"},
|
// {&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/rubygems/"},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user