"InRelease:Clearsigned文件无效,获取'NODATA'(网络是否要求身份验证?)"更新包列表时

Swa*_*oop 23 apt

这是我在终端中看到的内容:

user@user-OptiPlex-9020:~$ sudo apt-get update
Ign http://extras.ubuntu.com trusty InRelease                                  
Ign http://in.archive.ubuntu.com trusty InRelease                              
Get:1 http://dl.google.com stable InRelease                                    
100% [1 InRelease gpgv 1,661 B] [Connecting to 192.168.0.90 (192.168.0.90)] [WaSplitting up /var/lib/apt/lists/partial/dl.google.com_linux_chrome_deb_dists_stable_InRelease intoIgn http://dl.google.com stable InRelease                                      
E: GPG error: http://dl.google.com stable InRelease: Clearsigned file isn't valid, got 'NODATA' (does the network require authentication?)
Run Code Online (Sandbox Code Playgroud)

我在/etc/apt/apt.conf文件中有所需的身份验证信息:

Acquire::http::proxy "http://username:password@192.168.0.90:8080/";
Acquire::https::proxy "https://username:password@192.168.0.90:8080/";
Acquire::ftp::proxy "ftp://username:password@192.168.20.0:8080/";
Run Code Online (Sandbox Code Playgroud)

我无法弄清楚这个问题.

ash*_*nb0 47

一种方法是从软件更新存储库中删除dl.google.com,

为此,请使用系统设置 - >软件和更新 - >其他软件

并取消选中dl.google.com

然后运行

sudo apt-get update
Run Code Online (Sandbox Code Playgroud)

我无法找到一种方法让谷歌保持圈子,因为我住在伊朗和谷歌拒绝为伊朗用户提供服务.