Some updates:
- I was getting that error because I didn't had "curl" installed, so I had to install it, I was able to instead install git on my Windows Machine and "curl" came with it, so I was able to install it by installing Git.
- If I run that same line again I now get this message:
$ curl -s https://laravel.build/example-app | bash
docker: Error response from daemon: the working directory 'C:/Program Files/Git/opt' is invalid, it needs to be an absolute path.
See 'docker run --help'.
bash: line 16: cd: example-app: No such file or directory
Please provide your password so we can make some final adjustments to your application's permissions.
bash: line 31: sudo: command not found
Thank you! We hope you build something incredible. Dive in with: cd example-app && ./vendor/bin/sail up
It seems like something went O.K. but there are a few lines that I don't understand. For example this:
- docker: Error response from daemon: the working directory 'C:/Program Files/Git/opt' is invalid, it needs to be an absolute path.
- bash: line 16: cd: example-app: No such file or directory
- bash: line 31: sudo: command not found
First of all, when I opened the Git terminal I was able to now navigate to my Windows Machine files and folders, so by using ls -lrt this command I was aware where I was in the Windows Machine, after it I was able to navigate to my temporary Projects folder and landed succesfully in Projects/ and this is where I once again tried to run this: curl -s https://laravel.build/example-app | bash
Just to try if that was succesfull, I try to run $ cd example-app && ./vendor/bin/sail up but already comes with this message:
bash: ./vendor/bin/sail: No such file or directory