-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Mina not working on windows #169
Comments
generally its not recommended to do ruby development on windows because ruby gem / tools developers don't test their stuff on windows. you'll probably save a lot of time and headache switching to linux or mac. |
I have same problem,but I need work on windows system,please help. |
Same as I have too... |
I have same problem, anyone have solutions? |
I have same problem |
@gcarrero hello, I have same problem,so ,how getting the bash script that is generated? |
Possibly related to issue #83. |
hi, i fix that. Just check #83 |
|
I was trying to setup a project with mina for deploying. Our team has windows and mac machines . We have made a deploy test using mina through a mac and we had no problem. The problem is when we use the same deploy file in windows we get a:
bash: #!/usr/bin/env bash: No such file or directory
bash: -c: line 137: unexpected EOF while looking for matching `"'
bash: -c: line 140: syntax error: unexpected end of file
Then the connection is closed.
We have tried to simulate the deploy, getting the bash script that is generated. If we pass this script to the ssh command directly ( ssh user@www.testdeploy.dev -t < deploy.sh ) it works with no problems but not when is run through mina.
Do anyone have an idea what's going on?
Thanks!!
The text was updated successfully, but these errors were encountered: