
herokuを利用してアプリを動かそうとしているのですが、git pushでエラーになってしまいます。
--------------------------
$ git push heroku master
! (メールアドレス) not authorized to access start
fatal: The remote end hung up unexpectedly
--------------------------
heroku createは成功したようで、herokuの管理画面にもメニューが存在するのですが、表示されているURLにアクセスすると
「Heroku | Welcome to your new app!」と表示されます。
http://severe-dusk-26.heroku.com/
ちなみにgit configの結果は下記です。
--------------------------
$ git config --list
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
core.symlinks=false
core.ignorecase=true
remote.heroku.url=git@heroku.com:start.git
remote.heroku.fetch=+refs/heads/*:refs/remotes/heroku/*
--------------------------
どなたか教えてください。