Open osher opened 7 years ago
Hi,
I had the same problem. It turns out the problem is the "ssh.bat" that comes with Gow. If you rename that file, Kinematics starts working. Using the ssh.bat from Gow prevented Kinematic and cmd/PowerShell from properly using Docker.
The following issue is the same problem: https://github.com/docker/kitematic/issues/2078
So, the current fix is to delete or rename the ssh.bat that comes with Gow. However, more research is needed on this issue. Why exactly does this happen? docker-machine starts looking everywhere for a file with name "ssh", I can't understand this behaviour: https://i.imgur.com/WeGaATr.png
GOW is a utility-set that implements many of the GNU utilities for windows. https://github.com/bmatzelle/gow
When this project is installed, Docker-Tookbox will not work after failing 60 attempts to connect with Boot2Docker.
Here's what I got so far - please help.
Anyway - inspecting the error message brought me to the following lines, which repeats themselves from about 30% of the log to the end of the message:
Please note that the "out of the box" error was something in the spirit of - can't find "C:\Program" because the ran command was:
which is not a valid windows path - you should enclose the path with quote signs.
Anyway - I could work around that this way:
GOW adds to PATH the following expression:
which I expressed as as
And that moved me to the reported problem.
Because in that folder there is a
ssh,bat
file, which in fact is a wrap around plink By this error I can guess that plink probably speaks a different language 😢To troubleshoot further - When I "sabotaged" this path segment entirely (i.e. changed to
C:\Progra~2\Gow\bin\___DISABLED___
)However - this is a workaround I just use to troubleshoot.
Normally I use the GNU tools a lot !
Let me know if there is any helpful information I can provide
Full log: