我正在尝试更新我的apt-get列表。在我国,许多站点已被阻止或已被公司阻止。
当我为整个系统使用代理时,会出现错误,
Tor在浏览时可以完美工作。我可以apt-get
通过Tor的连接进行更新吗?我的意思是我想使用Tor连接解除对被阻止站点的阻止,因此我可以执行apt-get update
无错误操作。
编辑:我正在使用Ubuntu 13.10和Tor 0.2.21
$ sudo apt-get update
[sudo] password for alexander:
Ign http://extras.ubuntu.com saucy InRelease
Ign http://security.ubuntu.com saucy-security InRelease
Ign http://us.archive.ubuntu.com saucy InRelease
Hit http://extras.ubuntu.com saucy Release.gpg
Get:1 http://dl.google.com stable InRelease [1,540 B]
100% [1 InRelease gpgv 1,540 B] [Waiting for headers] [Waiting for headers]
[WaSplitting up/var/lib/apt/lists/partial/dl.google.com_linux_chrome_deb_dists_stabIgn
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?
现在可以再次运行
—
Braiam
sudo apt-get update -o Debug::Acquire::http=true
吗?
就我所知,accessint google服务器通过tor有问题,google检测到来自同一地址的所有连接并将其阻止。您可以尝试从来源列表中删除google,看看是否在其他存储库中遇到错误,或者仅仅是那个。
—
animaletdesequia
E:选项Debug :: Acquire :: http:配置项规范必须具有= <val>。
—
亚历山大
@Alexander-请使用任何回复更新您的问题-尽量不要在评论中添加重要信息,因为它们通常很难阅读。谢谢。
—
fossfreedom
sudo apt-get update
什么?