0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Railsチュートリアル第3章 herokuへデプロイできないときのエラー対処法(2)

Posted at

3章 3.1 セットアップ

gitへpushしようとした際、以下のエラーが表示される。

ubuntu:~/environment/sample_app (master) $ heroku create
Creating app... !
 ▸    You've reached the app limit of 5 apps for unverified accounts. Delete
 ▸    some apps or add a credit card to verify your account.


原因

herokuへは5つしかアプリを保存できないそうです。
すでに5つの枠が埋まっていたために発生した模様。

対策

既存のいらないアプリを消去する
herokuにアクセスしていらないものを確認。
アプリ名を記録。

$ heroku apps:destroy --app <いらないファイル名>

さらに、確認のためにもう一度いらないファイル名を入力すると削除が完了します。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?