Linux
CentOS:yum update 找不到 repo 的有效 baseurl
我正在嘗試做,
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
我有兩個問題
- 我使用的代理憑據已被團隊更改。所以在我使用它們的時候它們是不正確的。
- 公司代理阻止了這些 URL。