CentOS:yum update 找不到存储库的有效基本 URL

CentOS:yum update 找不到存储库的有效基本 URL

我正在尝试这样做yum update,但出现以下错误。

我已经导出http_proxy&https_proxy

添加了代理设置,/etc/yum.conf例如:

proxy=http://10.44.208.10:8080
proxy_username=username
proxy_password=password

错误是

[root@cp-hj-dev-gs02 ~]# yum update
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os error was
14: PYCURL ERROR 22 - "The requested URL returned error: 407"
Error: Cannot find a valid baseurl for repo: base

我能够curl并且ping google.com没有任何问题。

如果这很重要,我的密码包含&并且我在两种配置中都保留了它。

我正在使用 CentOS 6.5 并uname -a显示输出

Linux cp-hj-dev-gs02 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

答案1

我有两个问题

  1. 我使用的代理凭据已被团队更改。所以我使用它们时它们是不正确的。
  2. 公司代理阻止了这些 URL。

相关内容