Failed to download laravel/nova from dist: The 'https://nova.laravel.com/dist/laravel/nova/laravel-nova-0a8ec5b37dc3ca29f4b79c7318c9278e5a5d2c1a-zip-7e4351.zip' URL could not be accessed: HTTP/2 403
Two ways to fix this problem
- Execute the following command with the email and password parameters
composer config http-basic.nova.laravel.com [email protected] NovaHasspassword
- create an auth.json password and paste the following content
{"username":"[email protected]","password":"asdsadasdqweqwerewrew”}