Heroku command not found

前端 未结 12 1045
北海茫月
北海茫月 2021-02-01 03:06

After installing Heroku Toolbelt, in terminal on Mac when trying to run the following command:

heroku

I get the error:

bash: he         


        
12条回答
  •  野的像风
    2021-02-01 03:38

    After you run wget -0- wget https://toolbelt.heroku.com/install-ubuntu.sh | sh you might get the following warning:

    WARNING: The following packages cannot be authenticated!
    

    heroku heroku-toolbelt

    If this happens, run this apt-get install -y --force-yes heroku-toolbelt

    I've run all the commands with sudo, but I don't know if it makes a difference. Thanks to this answer

提交回复
热议问题