I have made a react app and deployed that on Heroku using git( using https). Now I have made some changes in that react app. I am able to push my changes in the git but I am not able to push those changes to Heroku. I used this command
git push heroku master
The error which I am getting is:
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.