每当我这样做:
sudo apt-get update
我得到了以下错误:
W: GPG error: http://ppa.launchpad.net/rael-gc/rvm/ubuntu xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8094BB14F4E3FBBE
W: The repository 'http://ppa.launchpad.net/rael-gc/rvm/ubuntu xenial InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/xenial/InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
E: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/xenial-updates/InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
E: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/xenial-backports/InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
E: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/xenial-security/InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
E: Some index files failed to download. They have been ignored, or old ones used instead.
我从一天起就一直在试着解决这个问题。我试过这样的方法:
保存它们,然后尝试sudo apt更新,但仍然不起作用。也请解释一下我需要在用户名和密码处写什么。是我的路由器或我的ubuntu的登录Id和密码。
请帮帮忙,因为我现在不知道该怎么办。
发布于 2018-07-09 12:02:24
很抱歉这么晚才回答。实际上,在我的例子中,结果是我的路由器提供了一些代理,我不知道谁是代理凭证。我知道登录该路由器的基本凭证,所以我要求我的服务提供商更改该路由器。有了新的路由器,我就不会面对这个问题。但有一件事被证实,这是代理服务器的问题,而不是操作系统的问题。
发布于 2020-06-20 17:19:40
我也面临着同样的问题,计算机中的一个铬扩展启用了一个网络代理,我删除了这个扩展,并解决了问题:)
因此得出的结论要么是存储库错误造成的,要么是网络代理错误造成的。
发布于 2021-05-23 18:42:43
在我的案例中,铬浏览器上的隐私传递扩展是罪魁祸首。
https://stackoverflow.com/questions/46796732
复制相似问题