1

Heroku でステージング環境と本番環境をセットアップし、両方にプッシュしたところ、問題なく動作しました。1日後に戻ってきて、ステージングにプッシュできましたが、次のメッセージが表示されましたgit push production master:

fatal: 'production' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
4

1 に答える 1

3

各リモートが指している場所を確認するには、Heroku にログインしてアプリの設定を開き、アプリの git URL を で表示されるものと照合しますgit remote -v。次に、必要に応じて、本番用のリモート (つまりheroku) を追加します。

于 2013-04-30T14:37:35.667 に答える