我在 ubuntu 18.04 中重新安装了 snapd
通过使用命令 -
sudo apt purge snapd
sudo apt install snapd
然后我跑了
❯snap debug connectivity
Connectivity status:
* PASS
一切正常,所以我继续安装 snap 包
❯ snap install scrcpy
这给了我这个输出
2020-07-04T12:44:35+05:30 INFO Waiting for restart...
error: cannot perform the following tasks:
- Download snap "core18" (1754) from channel "stable" (Get https://canonical-lcy01.cdn.snapcraft.io/download-origin/canonical-lgw01/CSO04Jhav2yK0uz97cr0ipQRyqg0qQL6_1754.snap?token=1593860400_9d59595be2d5a313a86cd070771489c6a5a0d869&interactive=1: EOF)
然后我尝试再次安装它,但这次输出是
❯ snap install scrcpy
error: unable to contact snap store
然后我snap debug connectivity
再次运行,得到了输出
Connectivity status:
* api.snapcraft.io: unreachable
error: 1 servers unreachable
这是什么问题?
注意-我没有使用任何代理。