msys2 use self hosted mirror
作者:互联网
update mirrorlist.xxx
C:\msys64\etc\pacman.d
里的所有 mirrorlist.xxx 都改成只有自己的镜像地址(https)
install pki
将自己的证书放到 C:\msys64\etc\pki\ca-trust\source\anchors\xxx.crt
,然后执行
update-ca-trust
update and install package
pacman -Sy # 更新
pacman -Ss pkg # 查询包
pacman -S pkg # 安装包
标签:use,msys2,pacman,xxx,update,pkg,mirror,pki,ca 来源: https://www.cnblogs.com/windtail/p/16478968.html