プロジェクトをherokuにデプロイしようとしています。私はwin7に取り組んでいます。
$ git push heroku master
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
$ heroku keys
Enter your Heroku credentials.
Email: MYREALEMAIL
Password (typing will be hidden):
=== MYREALEMAIL Keys
ssh-rsa AAAAB3NzaC...ol1Ukh0Q== your_email@youremail.com
$ heroku keys:remove your_email@youremail.com
Removing your_email@youremail.com SSH key... done
dnir@BCMAM27 /f/EasyPHP-12.1/www/phantomjs123 (master)
$ heroku keys
You have no keys.
$ heroku keys:add f:/.ssh/id_rsa.pub
Uploading SSH public key f:/.ssh/id_rsa.pub... done
$ heroku keys
=== MYREALEMAIL Keys
ssh-rsa AAAAB3NzaC...ol1Ukh0Q== your_email@youremail.com
$ git push heroku master
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
最後の行が実際に次のように言う必要があることを懸念しています。
ssh-rsa ****3NzaC...ol1Uk****== MYACTUALEMAIL
私はこれで正しいですか?もしそうなら、どうすればこれを修正できますか?