当我尝试使用git remote -v
命令时,我得到了
heroku git@heroku.com:myproject.git (fetch)
heroku git@heroku.com:myproject.git (push)
heroku-remote git@heroku.com:first-blog.git (fetch)
heroku-remote git@heroku.com:first-blog.git (push)
origin https://github.com/Nishanth303/first-blog.git (fetch)
origin https://github.com/Nishanth303/first-blog.git (push)
然后我在终端上使用了heroku git:remote -a first-blog
命令,我
得到了这样的错误,
▸ You do not have access to the app first-blog.
最后我写了heroku git:remote -a myproject
。我得到了同样的错误
如上所述。我如何解决这个问题?