I’ve recently upgraded my Microsoft Windows 10 to version 1909. The first issue I experience when I wanted to resume my programming tasks were “php artisan serve” encountered the following error.
Error creating winpty: ConnectNamedPipe failed: Windows error 232
Based on my research, it was due to antivirus blocking winpty. I was using Git Bash for my terminal, and MalwareBytes as my antivirus. Therefore as a solution, I added Git folder into allow/ignore list.
This workaround works perfectly.