LoginSignup
0
0

More than 5 years have passed since last update.

herokuにRailsアプリをアップしたが、エラーとなる場合の対処法

Posted at

事象

$ git push heroku master
remote: !       No such app as ***
fatal: repository 'https://git.heroku.com/***/' not found

原因

heroku上に '***' というURIを持つアプリが存在しない

対処法

gitのリモートURLをデプロイしたいHerokuのURIに変更する。

git remote set-url heroku https://git.heroku.com/*****

そして 再度pushする。

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