Linux

CentOS:yum update 找不到 repo 的有效 baseurl

  • April 13, 2016

我正在嘗試做,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. 我使用的代理憑據已被團隊更改。所以在我使用它們的時候它們是不正確的。
  2. 公司代理阻止了這些 URL。

引用自:https://unix.stackexchange.com/questions/275134