Rails tutorial 1章でheroku loginできない時[Cloud9]
Herokuインストールできてるのにloginできない!
cloud9にてherokuインストールしてるのに、heroku loginコマンドが使えなく何日もググっては試すを繰り返していた。
そしてどうやらCLIが古いバージョンになっているのが原因みたい、、、
```
See more details with DEBUG=*
› Warning: heroku-cli update available from 7.0.9 to
› 7.18.9
CLI to interact with Heroku
VERSION
heroku-cli/7.0.9 linux-x64 node-v8.3.0
```
⇒heroku updateでもCLIがupdateされなかった。
解決
:~/environment/hello_app (master) $ heroku plugins
no plugins installed
:~/environment/hello_app (master) $ heroku plugins
no plugins installed
⇒CLIのpluginが何もないのが原因だった。
:~/environment/hello_app (master) $ heroku plugins:install heroku-repo
⇒これでCLIがアップデートされて、loginできるようになった!
Author And Source
この問題について(Rails tutorial 1章でheroku loginできない時[Cloud9]), 我々は、より多くの情報をここで見つけました https://qiita.com/hama1/items/a86fde879326e5feb9ef著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .