Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mina init error message in 1.0.0.beta2 #407

Closed
devvmh opened this issue Aug 4, 2016 · 1 comment
Closed

mina init error message in 1.0.0.beta2 #407

devvmh opened this issue Aug 4, 2016 · 1 comment

Comments

@devvmh
Copy link
Contributor

devvmh commented Aug 4, 2016

Today I ran these commands

rails new blah
cd blah
echo "gem 'mina', '~> 1.0.0.beta2'" >> Gemfile
bundle install
mina init

Everything went fine, but mina init gave me this output:

$ mina init
-----> Created ./config/deploy.rb
Edit this file, then run `mina setup` after.
mina aborted!
Don't know how to build task 'debug_configuration_variables' (see --tasks)
/Users/devin/.rvm/gems/ruby-2.3.0/gems/mina-1.0.0.beta2/lib/mina/application.rb:16:in `run'
/Users/devin/.rvm/gems/ruby-2.3.0/gems/mina-1.0.0.beta2/bin/mina:4:in `<top (required)>'
/Users/devin/.rvm/gems/ruby-2.3.0/bin/mina:23:in `load'
/Users/devin/.rvm/gems/ruby-2.3.0/bin/mina:23:in `<main>'
/Users/devin/.rvm/gems/ruby-2.3.0/bin/ruby_executable_hooks:15:in `eval'
/Users/devin/.rvm/gems/ruby-2.3.0/bin/ruby_executable_hooks:15:in `<main>'
(See full trace by running task with --trace)

The deploy script was created OK.

@HappyEmu
Copy link

HappyEmu commented Aug 4, 2016

I have the same problem. Mina 1.0.0.beta2

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

No branches or pull requests

2 participants