通过 snap 安装 heroku 时出错

error while installing heroku through snap

当我在 fedora 上安装 heroku 时它显示错误

bash-5.0$ sudo snap install heroku --classic
error: cannot perform the following tasks:
- Download snap "core" (8935) from channel "stable" (unexpected EOF)

如何解决

终于找到答案了。 我使用独立安装来安装 heroku

$ curl https://cli-assets.heroku.com/install-ubuntu.sh | sh

上述问题可能是由于网络连接不良造成的。我意识到 snap 并不是一个真正的好工具。它有一些问题。