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

Prompts Are not displayed - or displayed after killing process #449

Closed
h3christophe opened this issue Oct 6, 2016 · 2 comments
Closed

Comments

@h3christophe
Copy link

So I have an issue with mina 1.0.0
Using MacOsSierra 10.12

Very simillar to #163
But their solutions did not work for me

When I try to deploy

-----> Cloning the Git repository
       Cloning into bare repository 'XXX'

The process is Freezing
This is because the git clone operation requires me to enter my passphrase for the ssh key

Unfortunately I don't get the prompt
It is only when I force quit the process that the prompt is displayed
like so

-----> Creating a temporary build path
-----> Environment: staging
-----> Termode: nil
-----> Cloning the Git repository
       Cloning into bare repository 'XXXXX'...


^C      
-----> Mina: SIGINT received.
       Killed by signal 15.

       Enter passphrase for key '/root/.ssh/id_rsa_': 
 !     Run Error

Any Idea ?
Thank you

@ianrtracey
Copy link

ianrtracey commented Oct 12, 2016

I am experiencing the same problem

EDIT: I got it working
set :execution_mode, :system

https://github.com/mina-deploy/mina/blob/master/docs/faq.md#--mina-hangs-after-i-type-my-password-in

@d4be4st
Copy link
Member

d4be4st commented Oct 12, 2016

please read the faq first!

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

3 participants