set git remote heroku to https://git.heroku.com/vast-plateau-02992.git code example
Example 1: how to add existing heroku remote
git remote add heroku git@heroku.com:project.git
Example 2: heroku git remote
heroku git:remote -a name-of-app
git remote add heroku git@heroku.com:project.git
heroku git:remote -a name-of-app