-
Notifications
You must be signed in to change notification settings - Fork 489
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
First deploy to a server fails if repo is not included to the list of known hosts #90
Comments
Can you try using a latest version of mina in Git? ( |
@rstacruz thank you, when I use master, it is working like a charm 👍 |
@rstacruz btw, why did you stop publish gem releases? I see loads of new features in issue tracker every week. |
Hello @rstacruz, |
👍 on a new release :) |
New release++ |
👍 |
New release coming soon (#122). |
Still ran into this today. mina 0.3.0:
I then need to go to the server and do: git clone ssh://git@... |
+1. Still stuck at:
Even when using |
Hi Stuck at this.
|
@rahul-meher You need to install git to your server first. The error is obvious: |
Is there any solution to solve this now? |
I haven't tried other solution but executing this on your server before invoking mina: |
@phuongnd08 It works, thanks very much 👍 |
These also work |
That happens pretty often, so I want to know, can we automate this.
~/projects/project_name
folder.As you can see, deploy fails with
Host key verification failed.
3. My fast workaround is
ssh
to a server, andgit clone
to get a prompt and add repo to the known hosts list.Can we delegate this
Are you sure you want to continue connecting (yes/no)? yes
prompt to a second described step instead of third?The text was updated successfully, but these errors were encountered: