When I'm trying to use git remote -v
command,I got
heroku [email protected]:myproject.git (fetch)
heroku [email protected]:myproject.git (push)
heroku-remote [email protected]:first-blog.git (fetch)
heroku-remote [email protected]:first-blog.git (push)
origin https://github.com/Nishanth303/first-blog.git (fetch)
origin https://github.com/Nishanth303/first-blog.git (push)
Then I used heroku git:remote -a first-blog
command on terminal,I
got an error something like this,
▸ You do not have access to the app first-blog.
Finally I wrote heroku git:remote -a myproject
.I got the same error
as above.How can I solve this?