Установка служб google/apiclient-не удалась, когда я запускаю composer, требующий google/apiclient

#google-calendar-api #laravel-7 #google-api-php-client

#google-календарь-api #ларавель-7 #google-api-php-клиент

Вопрос:

В среде Windows Laravel 7.0 я хочу интегрировать календарь Google. Когда я запускаю composer require google/apiclient свою установку - Downloading google/apiclient-services (v0.224.1) после долгого ожидания, она показывает следующую ошибку в cmd.

 gt; Install of google/apiclient-services failed gt; - Installing google/apiclient (v2.12.1): Extracting archive  0 [gt;---------------------------] Installation failed, reverting ./composer.json and ./composer.lock to their original content. The following exception is caused by a process timeout Check https://getcomposer.org/doc/06-config.md#process-timeout for details    gt; [SymfonyComponentProcessExceptionProcessTimedOutException]  The process "git clone --no-checkout -- "https://github.com/googleapis/google-api-php-client-services.git" "C:User  samuDesktopprojectslaravel google calendar integrationblogvendorgoogleapiclient-services" amp;amp; cd /D "C:User  samuDesktopprojectslaravel google calendar integrationblogvendorgoogleapiclient-services" amp;amp; git remote add  composer -- "https://github.com/googleapis/google-api-php-client-services.git" amp;amp; git fetch composer amp;amp; git remote  set-url origin -- "https://github.com/googleapis/google-api-php-client-services.git" amp;amp; git remote set-url compose  r -- "https://github.com/googleapis/google-api-php-client-services.git"" exceeded the timeout of 300 seconds.   gt;require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--no-scripts] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-dependencies] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] [lt;packagesgt;]...  

Похоже google/apiclient-services , он не может быть установлен. кто-нибудь знает, что мне делать?