こんにちは。githubとherokuを使ってwebサイトを作成しています。久しぶりにサイトを変更しpushしようとしたら以下のようなエラーが出てしまい、進むことができません。
$ git push heroku master git@heroku.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
色々調べてみると。sshの公開鍵を再発行してgithubに登録しないといけないということですが、調べて見てもいまいち方法がわかりません。参考サイト(https://qiita.com/GakuNaitou/items/81dbbd3ea6211af71648)の以下の部分を参考にして実施しましたが、
以下ところで止まっています。初心者で右も左も分からないため、アドバイスいただけられと思います。
$ id_rsa id_rsa.pub -bash: id_rsa: command not found