如题,确实崩溃:
XML/HTML代码
- 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/8366037e450b62ffc1c5489459f207640acca2b4: Operation timed out after 300002 milliseconds with 7023132 out of 33857169 bytes received
- Now trying to download from source
运行:
composer config --global process-timeout 3000
然后用:composer require google/apiclient -vv ,居然也没提示我用了多少时间 。但总算是下载下来了。