You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
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!
Seems there is problem with vulcan + heroku accounts plugin, when I try to do a vulcan create, it just failed as follows:
The text was updated successfully, but these errors were encountered: