Heroku thinks I have more than one app remote, when I don't

六眼飞鱼酱① 提交于 2019-12-06 11:21:41

问题


These are my remotes:

Jordans-MacBook-Pro:appname jordan$ git remote -v
heroku  https://git.heroku.com/appname.git (fetch)
heroku  https://git.heroku.com/appname.git (push)
origin  git@github.com:jfeldstein/appname.git (fetch)
origin  git@github.com:jfeldstein/appname.git (push)

But when I use the Heroku toolbelt, I get the error that I have more than one app...

Jordans-MacBook-appname jordan$ heroku run echo 'hi'
 !    Multiple apps in folder and no app specified.
 !    Specify app with --app APP.

I don't get it.

I'm using the "accounts" plugin, if that matters, and have set a default account for this app. But still, only one app here.

Why do I have to specify?

This affects multiple apps on my machine.


回答1:


the accounts plugin has this bug in it you can use this version though https://github.com/heroku/heroku-accounts



来源:https://stackoverflow.com/questions/28286170/heroku-thinks-i-have-more-than-one-app-remote-when-i-dont

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!