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 not loading prompt to ask for Git password #446

Closed
SimonTheLeg opened this issue Oct 2, 2016 · 1 comment
Closed

Mina not loading prompt to ask for Git password #446

SimonTheLeg opened this issue Oct 2, 2016 · 1 comment

Comments

@SimonTheLeg
Copy link

SimonTheLeg commented Oct 2, 2016

Hi there,

when I try to run mina deploy the program always "freezes" right before I am supposed to enter my Bitbucket password and does not accept any keyboard inputs...

here's the log when running in verbose

username@privateServer password: [_I enter my ssh password no problem_]
-----> Creating a temporary build path
       $ touch "deploy.lock"
       $ mkdir -p "$build_path"
       $ cd "$build_path"
-----> Cloning the Git repository
       $ git clone "<link to my private Bitbucket server>" "/home/rails/FSPP/scm" --bare
       Cloning into bare repository '/home/rails/FSPP/scm'...

But now instead of prompting me for my Bitbucket password the application just freezes and does nothing, no matter how long I wait.

Strangely enough, when I press ctrl + C the console actually outputs the following, suddenly containing the prompt for the password.. (Of course at this stage it is too late as the mina task has already been closed)

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

       Password for 'http://simon.bein@bitbucket.fs-wi.tk:7990': 
 !     Run Error

I am using the standard OS X 10.12 Terminal.

@d4be4st
Copy link
Member

d4be4st commented Oct 3, 2016

@d4be4st d4be4st closed this as completed Oct 3, 2016
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