Getting fatal: repository 'https://github.com/laravel/nova.git/' not found on composer install #3773
-
Description:Getting: ` [RuntimeException] Cloning into bare repository '/home/petar/.cache/composer/vcs/git-github.com-laravel-nova.git'... last time I tried this it worked perfectly on Linux but on a fresh copy of the repo on Windows 10 it doesn't. Any ideas? I've looked at various threads about this online but nothing helped. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
You should use If you already has |
Beta Was this translation helpful? Give feedback.
-
I still get the same error. @crynobone |
Beta Was this translation helpful? Give feedback.
-
Here is the ` ` |
Beta Was this translation helpful? Give feedback.
-
Unable to reproduce on Windows 10. As I said before |
Beta Was this translation helpful? Give feedback.
-
@crynobone I tried deleting |
Beta Was this translation helpful? Give feedback.
-
I had this issue and deleting composer.lock was not enough to resolve it. You must delete both composer.lock, and vendor/ folder before running |
Beta Was this translation helpful? Give feedback.
I had this issue and deleting composer.lock was not enough to resolve it. You must delete both composer.lock, and vendor/ folder before running
composer install --prefer-dist