Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 我在使用git远程命令时出错_Python_Heroku_Github - Fatal编程技术网

Python 我在使用git远程命令时出错

Python 我在使用git远程命令时出错,python,heroku,github,Python,Heroku,Github,当我试图使用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/

当我试图使用
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)
然后我使用了终端上的第一个blog命令heroku git:remote 有个类似这样的错误

 ▸    You do not have access to the app first-blog.
最后,我编写了heroku git:remote-a myproject。我得到了同样的错误 如上所述。如何解决此问题?

可能重复的可能重复的