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

1

2

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  [email protected]:jfeldstein/appname.git (fetch)
origin  [email protected]: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.

Vibraculum answered 2/2, 2015 at 20:29 Comment(1)
Can you post the content of your .git/config file? I guess there is a remote to another app.Canaday
T
4

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

Tajo answered 3/2, 2015 at 6:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.