Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Vulcan doesn't work with heroku accounts plugin #49

Open
goodwill opened this issue Feb 2, 2013 · 3 comments
Open

Vulcan doesn't work with heroku accounts plugin #49

goodwill opened this issue Feb 2, 2013 · 3 comments

Comments

@goodwill
Copy link

goodwill commented Feb 2, 2013

Seems there is problem with vulcan + heroku accounts plugin, when I try to do a vulcan create, it just failed as follows:

$ vulcan create vulcan-p7zip
fatal: Not a git repository (or any of the parent directories): .git
Creating vulcan-p7zip... done, stack is cedar
http://vulcan-p7zip.herokuapp.com/ | [email protected]:vulcan-p7zip.git
Initialized empty Git repository in /private/var/folders/gc/_7pmrbcd0y7f3p8vp5ttrs4m0000gv/T/d20130202-64195-1ozrdcr/.git/
ssh: Could not resolve hostname heroku.tofu: nodename nor servname provided, or not known
fatal: The remote end hung up unexpectedly
@dougalcorn
Copy link

+1

I tried removing my accounts plugin and it's still giving me the same error as above. My default account was "personal". Even after rm -rf ~/.heroku I still get:

$ vulcan create vulcan2-dougalcorn
Creating vulcan2-dougalcorn... done, stack is cedar
http://vulcan2-dougalcorn.herokuapp.com/ | [email protected]:vulcan2-dougalcorn.git
Initialized empty Git repository in /private/var/folders/mr/cvhgvjjj1s7gnc0_mp9j0zn00000gn/T/d20130321-8320-ekxn7e/.git/
ssh: Could not resolve hostname heroku.personal: nodename nor servname provided, or not known
fatal: The remote end hung up unexpectedly

@bwarren2
Copy link

If you need to get things going, I just went through the same thing, and work with a more knowledgeable friend revealed a solution. You have to not only remove the heroku-accounts plugin, but also unset the heroku.accounts variable from your global git config with something like
git config --unset --global heroku.accounts
The plugin leaves that variable in global config even after you remove it, and vulcan picks up on that. Best of luck!

@mbbx6spp
Copy link

mbbx6spp commented Jun 6, 2013

+1 to @bwarren2's solution, except for me it was git config --unset --global heroku.account (Note: singular).

Hope that helps someone else as it was really driving me nuts too! Thanks, @bwarren2.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants