2022学习0511【Failed to download metadata for repo ‘base‘】
简单记录一下,今天用yum install git 安装不上。因为切换过阿里源,所以怀疑是阿里源除了问题,解决方案:原先记得是类似这样的https://mirrors.aliyun.com/centos/8/BaseOS/x86_64/os/repodata/repomd.xml我去阿里源上一层一层往上拔https://mirrors.aliyun.com/centos/8-stream/Base
·
简单记录一下,今天用yum install git 安装不上。
因为切换过阿里源,所以怀疑是阿里源除了问题,
解决方案:
原先记得是类似这样的
https://mirrors.aliyun.com/centos/8/BaseOS/x86_64/os/repodata/repomd.xml
我去阿里源上一层一层往上拔
https://mirrors.aliyun.com/centos/8-stream/BaseOS/x86_64/os/repodata/repomd.xml
发现了一个最像的,
vim /etc/yum.repos.d/CentOS-Base.repo
然后切换下对应的release变量,直接hardcode
如下,全都replace掉
baseurl=https://mirrors.aliyun.com/centos/8-stream/centosplus/$basearch/os/
http://mirrors.aliyuncs.com/centos/8-stream/centosplus/$basearch/os/
http://mirrors.cloud.aliyuncs.com/centos/8-stream/centosplus/$basearch/os/
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
已为社区贡献1条内容
所有评论(0)