-
Notifications
You must be signed in to change notification settings - Fork 492
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 hangs after entering SSH password #88
Comments
Rolled back to version 0.2.0 and the |
I'm actually having this issue without SIGINT. Every time mina is done there is:
Otherwise - awesome gem, thanks a lot for your work! |
Did you try to use master? |
@killthekitten Yes, |
@slava-vishnyakov that's a good question, and I didn't find the answer) |
I had the same questions,and even I type the I hope in this time,It could tell me some wrong |
@slava-vishnyakov, colors are fixed in This issue should also be no longer happening in the latest version. |
I have this issue now. tried with latest mina on master! |
Have the same error/freeze on v0.3.0 require 'mina/bundler' set :domain, 'repo.com' set :shared_paths, ['config/database.yml', 'log'] task :environment do task :setup => :environment do queue! %[mkdir -p "#{deploy_to}/shared/config"] queue! %[touch "#{deploy_to}/shared/config/database.yml"] desc "Deploys the current version to the server."
end |
Add below line to deploy.rb to fix ssh Hang issue |
After running
mina init
and modifying my deploy.rb to point to my web server, I try to runmina setup
and it hangs after I enter my SSH password. I hit enter, nothing happens, and when I break, it errors out with a broken pipe error. I know I can SSH in using the same account and password. Any thoughts?The setup part of my deploy.rb is as follows:
And the results from executing the
setup
command are:The text was updated successfully, but these errors were encountered: