初めての Rails アプリを Heroku にデプロイしようとしています。
すべてのアプリ コードは https://github.com/donpinkus/first_appにあります。
実行heroku create
すると、次のエラーが表示されます。
donaldmbp15:first_app donald$ git push heroku master
Warning: Permanently added the RSA host key for IP address '50.19.85.132' to the list of known hosts.
Connection closed by 50.19.85.132
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
donaldmbp15:first_app donald$
Heroku にも Github にもアクセス権がありません。ローカルの git リポジトリから Github にプッシュしたので、エラーの原因として Github を除外しています。これで、Heroku、または私のローカル マシンが残ります。何か案は?