richdynamix / magestead

The Vagrant Solution for Magento Developers
81 stars 29 forks source link

Install script blocks for ever on windows 10 #98

Closed RogerKeulen closed 7 years ago

RogerKeulen commented 7 years ago

The install script can't install phpspec & behat, also file name doesn't look UTF-8 to me. So, looks like a encoding thing...

Het systeem kan het opgegeven pad niet vinden. chmod: cannot access ÔÇÿbin/phpspecÔÇÖ: No such file or directory bash: bin/phpspec: No such file or directory Installing Behat Het systeem kan het opgegeven pad niet vinden. chmod: cannot access ÔÇÿbin/behatÔÇÖ: No such file or directory bash: bin/behat: No such file or directory

After that: Setting Permissions will take about a hour or so.

DonavanHeng commented 7 years ago

Which terminal/shell are you using to execute the install script from? Filenames are encoded in UTF-16, but the output is in ANSI format so it could causes these issues when passing the paths to the bash scripts?

RogerKeulen commented 7 years ago

I'm using the standard windows command prompt cmd.exe on Windows 10 (home edition).

Thanx in advance.

richdynamix commented 7 years ago

Windows is not supported. Please refer to the README

Mac or Linux (sorry no windows support yet)

Please feel free to submit a PR for windows support.