apt-get 失败:“无法获取……”

apt-get 失败:“无法获取……”

当我运行 apt-get 时,我得到:

 ...
 W:Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/source/Sources  503  Service Unavailable
 ...

当我尝试在“软件和更新”中“选择最佳服务器”时,收到以下消息:

 "No suitable Download Server Was found. Please check your internet connection"

我可以浏览 www、通过 ssh 连接等等。

这可能是什么问题?

(我正在运行可信的)

谢谢,

答案1

apt-get 通过使用文件 apt.conf 配置为使用代理

该代理不再使用,因此 apt 无法使用它。

www 可以工作,因为它有自己的代理配置(没有代理),通过网络->网络代理

相关内容