ezsystems / launchpad

CLI tool to bootstrap an eZ Platform project Docker stack | #justcode
https://ezsystems.github.io/launchpad
MIT License
22 stars 26 forks source link

Missing dependency #108

Open LazyRecon opened 2 years ago

LazyRecon commented 2 years ago
Q A
Bug report? yes
Feature request? no
BC Break report? yes
RFC? no
Version 1.9.3
Environment Linux/Mac/Windows

Hi i trying to install it, but after run ~/ez init composer run an error:

[RuntimeException]
Failed to clone https://github.com/hautelook/TemplatedUriRouter.git via https, ssh protocols, aborting.

  • https://github.com/hautelook/TemplatedUriRouter.git
    Cloning into '/var/www/html/project/ezplatform/vendor/hautelook/templated-uri-router'...
    remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
    remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
    fatal: Authentication failed for 'https://github.com/hautelook/TemplatedUriRouter.git/'

  • git@github.com:hautelook/TemplatedUriRouter.git
    Cloning into '/var/www/html/project/ezplatform/vendor/hautelook/templated-uri-router'...
    Could not create directory '/var/www/.ssh'.
    Failed to add the RSA host key for IP address 'X.X.X.X' to the list of known hosts (/var/www/.ssh/known_hosts).
    git@github.com: Permission denied (publickey).
    fatal: Could not read from remote repository.

    Please make sure you have the correct access rights
    and the repository exists.

I have granted ssh access to my github account but seems like github.com:hautelook/TemplatedUriRouter.git repo has gone