sail icon indicating copy to clipboard operation
sail copied to clipboard

[HELP] Cannot typing password sudo for WSL when initialize project

Open mmuqiitf opened this issue 1 year ago • 1 comments

Sail Version

1.26

Laravel Version

11.9

PHP Version

8.3

Operating System

Windows (WSL)

OS Version

11

Description

When I want to start a new project using the command: curl -s "https://laravel.build/super-apps" | bash

The installation process went smoothly but when the final adjustment by Laravel Sail needed to enter the sudo password from my WSL Ubuntu, I couldn't type or press the enter key. When I canceled the command, I couldn't use the command: ./vendor/bin/sail up to run the program, but what appeared was the sail code file in my VSCode.

image

Steps To Reproduce

  1. Initiate a new project like this : curl -s "https://laravel.build/super-apps" | bash
  2. Wait until you should provide password root for WSL image

mmuqiitf avatar Oct 15 '24 05:10 mmuqiitf