I am typing the command php artisan
in my Git Bash to get the help, but I am getting an awful output.
Is there a way to fix that ?
I am typing the command php artisan
in my Git Bash to get the help, but I am getting an awful output.
Is there a way to fix that ?
I believe the problem is due the Git Bash doesn't select anything when it's on "Default" Locale, and "Default" Character set.
Changing to "en-US" and "UTF-8" solved the problem for me:
Steps in text: