Error in instructions [SOLVED] - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Technical Support (https://forum.gekko.wizb.it/forum-19.html) +--- Thread: Error in instructions [SOLVED] (/thread-1451.html) |
Error in instructions [SOLVED] - proton - 02-08-2018 https://gekko.wizb.it/docs/installation/installing_gekko_on_windows_with_bash_on_windows_10.html 1. Bash is not in windows store but you can use command lxrun /install 2. Code: git clone git://github.com/askmike/gekko.git Should be: Code: git clone git://github.com/askmike/gekko.git -b stable RE: Error in instructions - susitronix - 02-09-2018 Very nice Thank you...because soon ill try this my self. Could you please EDIT your post and write [SOLVED] in the header. RE: Error in instructions - proton - 02-09-2018 (02-09-2018, 12:23 AM)susitronix Wrote: Very nice Thank you...because soon ill try this my self. I dont know enough about this but the CHmod seems to create other issues. This may be useful https://docs.npmjs.com/getting-started/fixing-npm-permissions |