从 Windows 商店安装 Ubuntu 18.04 后,我打开 Bash 并想要运行sudo apt-get update
,但它返回以下错误:
Err:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
Connection failed [IP: 91.189.91.26 80]
Err:2 http://archive.ubuntu.com/ubuntu bionic InRelease
Connection failed [IP: 91.189.88.162 80]
Err:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
Connection failed [IP: 91.189.88.161 80]
Err:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
Connection failed [IP: 91.189.88.162 80]
Reading package lists... Done
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/InRelease Connection failed [IP: 91.189.88.162 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease Connection failed [IP: 91.189.88.161 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-backports/InRelease Connection failed [IP: 91.189.88.162 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease Connection failed [IP: 91.189.91.26 80]
W: Some index files failed to download. They have been ignored, or old ones used instead.
当我91.189.91.26
在浏览器中打开时,它可以毫无问题地显示该网站。
以前这个方法没有任何问题,但我重新安装了 Windows,现在它就不起作用了。这似乎是防火墙或代理的问题,但我尝试禁用防火墙,结果是一样的。
知道为什么会发生这种情况吗?也许是 18.04 的问题?如果是这样,是否可以在 Windows 10 上返回到 16.04?因为我没有看到卸载选项。
答案1
这是由卡巴斯基全方位安全软件 2019 版引起的。此版本阻止来自控制台的 HTTP 和 HTTPS 流量是一个已知问题。明年的 2020 版将解决这个问题,因此在此期间我卸载了 2019 版并重新安装了 2018 版。
答案2
您是否碰巧拥有 Comcast Xfinity?几天前我开始收到同样的错误,看来 Xfinity 正在拦截流量并返回 Comcast“使用规则”页面。 编辑看来他们的通报系统进行了一些可疑的注入。在刷新时,我终于收到了一条可操作的通知,让我知道我已经超出了每月的使用量,一旦我承认了这一点,问题就平息了。
$ sudo apt update
Hit:1 http://repo.steampowered.com/steam precise InRelease
Hit:2 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu bionic InRelease
Get:4 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Hit:5 http://security.ubuntu.com/ubuntu bionic-security InRelease
Ign:6 http://download.opensuse.org/repositories/home:/strycore/xUbuntu_18.04 ./ InRelease
Get:7 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Hit:8 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu bionic InRelease
Hit:9 http://download.opensuse.org/repositories/home:/strycore/xUbuntu_18.04 ./ Release
Hit:10 http://ppa.launchpad.net/neovim-ppa/stable/ubuntu bionic InRelease
Fetched 163 kB in 1s (164 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
答案3
我找到了问题所在,它在设置、附加、网络、扫描加密连接中。您必须选择不扫描加密连接(单选按钮中的第一个选项)才能使连接正常工作。完成后将其放回原位。无需卸载卡巴斯基(我这样做是为了验证)。