Hi all: 近期版本编译中发现有不少软件包配置的第三方依赖镜像源(主要是maven仓)为: mirrors.huaweicloud.com; 使用该地址容易出现包下载失败问题,主要原因是该地址并发受限; 华为云镜像站建议使用CDN地址: repo.huaweicloud.com, 以maven仓为例,配置如下:
------------------------------------------------------------------------------------------------- Hi all: During the compilation of the latest version, the third-party image source (mainly the Maven repository) configured for many software packages is mirrors.huaweicloud.com. When this address is used, packet download may fail. The main reason is that the concurrent access of this address is limited. We are advised to use the CDN address repo.huaweicloud.com. The following uses the Maven repository as an example. The configuration is as follows: ; ;huaweicloud ; ;* ; ;https://repo.huaweicloud.com/repository/maven/ ; ; best regards Infra - George