I downloaded a repo of mine to continue working on it and when i ran composer install its hanging when trying to install Google client services, it then shows me the notice:
Failed to download google/apiclient-services from dist: curl error 28 while downloading https://codeload.github.com/googleapis/google-api-php-client-services/legacy.zip/e48813050e660c7dcbe48cb6556461efe6381a54: Operation timed out after 300000 milliseconds with 10628998 out of 29570774 bytes received
Download speed:
For some reason when I tried to visit the URL manually the download is extremely slow. Is there something I'm missing?
The line for the package in my composer.json is "google/apiclient": "^2.15"
I saw other persons reporting windows active protection causing issues but I'm on Mac
I downloaded a repo of mine to continue working on it and when i ran
composer installits hanging when trying to install Google client services, it then shows me the notice:Failed to download google/apiclient-services from dist: curl error 28 while downloading https://codeload.github.com/googleapis/google-api-php-client-services/legacy.zip/e48813050e660c7dcbe48cb6556461efe6381a54: Operation timed out after 300000 milliseconds with 10628998 out of 29570774 bytes receivedDownload speed:
For some reason when I tried to visit the URL manually the download is extremely slow. Is there something I'm missing?
The line for the package in my composer.json is
"google/apiclient": "^2.15"I saw other persons reporting windows active protection causing issues but I'm on Mac