pantheon-upstreams / drupal-composer-managed

Pantheon platform's standard Drupal upstream, and recommended starter template for custom upstreams.
8 stars 24 forks source link

Can't clone drupal-composer-managed #1

Closed VitaliiDubinin closed 1 year ago

VitaliiDubinin commented 1 year ago

Hello, trying to follow instructions, but: command: terminus build:project:create --ci=githubactions --team='Team4' d9 teamcommerce response: [notice] Call GitHub API: GET user [notice] Create a local working copy of git@github.com:pantheon-upstreams/drupal-composer-managed.git [notice] Creating project and resolving dependencies. [notice] Running git -C /private/var/folders/cw/nqrxrg1941j93wzv0c37g_ww0000gq/T/template-dirQ1gPFh clone git@github.com:pantheon-upstreams/drupal-composer-managed.git --depth 1 . Cloning into '.'... fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. [error] Command git -C /private/var/folders/cw/nqrxrg1941j93wzv0c37g_ww0000gq/T/template-dirQ1gPFh clone git@github.com:pantheon-upstreams/drupal-composer-managed.git --depth 1 . failed with exit code 128

The same result for: s2200119@BC-C02GR0BKQ6LR-MacBook-Air 9_Drupal % terminus build:project:create d9 TeamCommerce [notice] Call CircleCI API: https://circleci.com/api/v1.1/me [notice] Call GitHub API: GET user [notice] Create a local working copy of git@github.com:pantheon-upstreams/drupal-composer-managed.git [notice] Creating project and resolving dependencies. [notice] Running git -C /private/var/folders/cw/nqrxrg1941j93wzv0c37g_ww0000gq/T/template-dirdtiJi2 clone git@github.com:pantheon-upstreams/drupal-composer-managed.git --depth 1 . Cloning into '.'... fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. [error] Command git -C /private/var/folders/cw/nqrxrg1941j93wzv0c37g_ww0000gq/T/template-dirdtiJi2 clone git@github.com:pantheon-upstreams/drupal-composer-managed.git --depth 1 . failed with exit code 128

VitaliiDubinin commented 1 year ago

Solved by myself. please close it.