Are you running into this on a or a CI/CD pipeline like GitHub Actions?
On Unix-based systems, this is usually a simple case of a missing package. If you have Homebrew installed, run: brew install git Use code with caution. Are you running into this on a or
If you are on a restricted environment (like a production server) where you cannot install Git, you can tell Composer to stop complaining and always use zip files by adding the --prefer-dist flag: composer install --prefer-dist Use code with caution. Are you running into this on a or