You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
This sounds like a network hiccup of sorts somewhere. I went ahead and try to download it myself and it worked correctly. Are you still having the same issue?
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
The text was updated successfully, but these errors were encountered: