laravel / nova-issues

554 stars 35 forks source link

No longer able to install via composer #4150

Closed potsky closed 2 years ago

potsky commented 2 years ago

Description:

When trying to reinstall nova4 after rollback to nova3, when I run composer update, I have:

  - Syncing laravel/nova (4.2.7) into cache
Cloning failed using an ssh key for authentication, enter your GitHub credentials to access private repos
When working with _public_ GitHub repositories only, head to https://github.com/settings/tokens/new?scopes=&description=Composer+on+1b7c54cdd64f+2022-05-03+1350 to retrieve a token.
This token will have read-only permission for public information only.
When you need to access _private_ GitHub repositories as well, go to https://github.com/settings/tokens/new?scopes=repo&description=Composer+on+1b7c54cdd64f+2022-05-03+1350
Note that such tokens have broad read/write permissions on your behalf, even if not needed by Composer.
Tokens will be stored in plain text in "/var/www/html/auth.json" for future use by Composer.
For additional information, check https://getcomposer.org/doc/articles/authentication-for-private-packages.md#github-oauth
Token (hidden):

Found !!

Just for others:

Solution : rm -rf vendor/laravel/nova and then composer update

meyer59 commented 2 years ago

So close the ticket ?