我正在尝试按照本指南下载heroku CLI:
https://devcenter.heroku.com/articles/heroku-cli
提供的地址 https://cli-assets.heroku.com/branches/stable/heroku-OS-ARCH.tar.gz发出403错误。
我想知道是否有其他人有这个文件的副本,他们可以共享它。
由于
答案 0 :(得分:0)
我找到了另一个地址: https://s3.amazonaws.com/assets.heroku.com/heroku-client/heroku-client.tgz文件中的https://toolbelt.heroku.com/install.sh。
您可以为独立
运行此命令 wget -qO- https://toolbelt.heroku.com/install.sh | sh
如果您使用的是Ubuntu / Debian:
wget -O- https://toolbelt.heroku.com/install-ubuntu.sh | sh