-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
Fix error on windows: Cannot connect to #101
Labels
Comments
andrelopez
changed the title
Fix error on windows
Fix error on windows: Cannot connect to
Jul 4, 2017
Hi, thanks for the great analysis. |
sebastianfeldmann
added a commit
that referenced
this issue
Jul 5, 2017
This is needed to make sure files containing ';' are resolved locally.
sebastianfeldmann
pushed a commit
that referenced
this issue
Jul 5, 2017
I just released phpbu 4.0.10 you can now add <option name="forceLocal" value="true" /> to your Hope that helps ;) |
It works like a charm! Thank you. |
Thank you for investigating this and making it an easy fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Sebastian! very nice library!
I was testing this tool on windows and I got the next error:
Exception 'phpbu\App\Exception' with message 'tar failed: tar (child): Cannot connect to C: resolve failed /usr/bin/tar: C:/MAMP/htdocs/.......
I did some research, and I found this:
https://stackoverflow.com/a/37996249
So the solution is add the --force-local on the phpbu\App\Cli\Executable\Tar file at the createProcess function:
Let me know If I can help on anything else,
Keep up the good work!
The text was updated successfully, but these errors were encountered: