After many laps I had the feeling that something had to do with the password of my Nova user. I did a lot of tests and in the end it turned out to work by changing the password to a password without extended characters.
Also say that with documentation in hand, it fails when used with Gitlab CI
Steps To Reproduce
With the extended password (already changed QHnfbpk ~ $ / M0) I got this error
- Installing laravel/nova (v2.1.1): Downloading Failed to download laravel/nova from dist: The 'https://nova.laravel.com/dist/laravel/nova/laravel-nova-1a3788eeba04c3627b772ab0a35bcb26b1f928d9-zip-74981f.zip' URL could not be accessed: HTTP/1.1 403 Forbidden
Description
After many laps I had the feeling that something had to do with the password of my Nova user. I did a lot of tests and in the end it turned out to work by changing the password to a password without extended characters.
Also say that with documentation in hand, it fails when used with Gitlab CI
Steps To Reproduce
With the extended password (already changed QHnfbpk ~ $ / M0) I got this error
My .gitlab-ci.yml
After change password fo one without extended characters fail with same message.
I use a tip for write auth.json with echo
I put
ls
andcat
for verify data.... and now work fine.