... を使用して Rails アプリを Heroku にプッシュできます
git push heroku
が、移行しようとすると
heroku run rake db:migrate
...
Running rake db:migrate attached to terminal... failed
! You do not have access to the app my-app-name-1234.
編集: 私の .git/config には ... が含まれています
[remote "heroku"]
url = git@heroku.com:young-mist-1198.git
fetch = +refs/heads/*:refs/remotes/heroku/*
何か案は?Heroku 側では問題ないように見えますが、もし私の ssh キーが悪ければ、プッシュさえさせてくれないようです。