首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >得到'NOSPLIT‘(网络需要认证吗?)关于apt-get更新

得到'NOSPLIT‘(网络需要认证吗?)关于apt-get更新
EN

Stack Overflow用户
提问于 2017-10-17 18:21:14
回答 3查看 14K关注 0票数 4

每当我这样做:

sudo apt-get update

我得到了以下错误:

代码语言:javascript
运行
复制
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.

我从一天起就一直在试着解决这个问题。我试过这样的方法:

  1. 取消对dl.google.com/linux的检查。来自设置中的其他软件
  2. 尝试查找,如果我在任何代理后面的命令:$echo "https_proxy",但它没有显示任何内容。(我在决定是否是因为任何代理人时也感到困惑。如果是的话,那么在哪一级申请。也就是说,服务器端的客户端,我对我的路由器有一个疑问)
  3. 我也尝试过这样做,在/etc/apt/apt.conf文件/etc/apt$ cat apt.conf中编写了以下命令 获取:http::代理"http://username:password:192.168.0.1";获取::https::https://username:password:192.168.0.1

保存它们,然后尝试sudo apt更新,但仍然不起作用。也请解释一下我需要在用户名和密码处写什么。是我的路由器或我的ubuntu的登录Id和密码。

请帮帮忙,因为我现在不知道该怎么办。

EN

回答 3

Stack Overflow用户

发布于 2018-07-09 12:02:24

很抱歉这么晚才回答。实际上,在我的例子中,结果是我的路由器提供了一些代理,我不知道谁是代理凭证。我知道登录该路由器的基本凭证,所以我要求我的服务提供商更改该路由器。有了新的路由器,我就不会面对这个问题。但有一件事被证实,这是代理服务器的问题,而不是操作系统的问题。

票数 2
EN

Stack Overflow用户

发布于 2020-06-20 17:19:40

我也面临着同样的问题,计算机中的一个铬扩展启用了一个网络代理,我删除了这个扩展,并解决了问题:)

因此得出的结论要么是存储库错误造成的,要么是网络代理错误造成的。

票数 2
EN

Stack Overflow用户

发布于 2021-05-23 18:42:43

在我的案例中,铬浏览器上的隐私传递扩展是罪魁祸首。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/46796732

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档