Search code examples
phplaravelcomposer-php

Laravel install freeze at 0%


I am trying to create laravel project on Mac. I have php 8.1 and composer 2.5.8. When I call

composer create-project laravel/laravel app-name

It freezes at 0% for hours

Installing laravel/laravel (v10.2.5)
  - Downloading laravel/laravel (v10.2.5)

I tried uninstall and reinstall php and composer, still having same problem.


Solution

  • The problem was solved simply by upgrading git!