Почему при попытки склонировать репозиторий из гитхаб по SSH возникает ошибка?

Здравствуйте, при попытки склонировать репозиторий из гитхаб по SSH возникает такая проблема:

[RuntimeException]
Failed to execute git clone --mirror 'https://excample@mail.ru:***@git.skeek
s.com/v3project/theme-mega.git' '/var/www/u1043449/test-site.ru/demo.ru/.c
omposer/cache/vcs/https---git.skeeks.com-v3project-theme-mega.git/'

Cloning into bare repository '/var/www/u1043449/test-site.ru/demo.ru/.comp
oser/cache/vcs/https---git.skeeks.com-v3project-theme-mega.git'...
remote: HTTP Basic: Access denied
fatal: Authentication failed for 'https://git.skeeks.com/v3project/theme-me
ga.git/'

Выполнила команды из сайта https://github.com/v3project/app-v3-shop в папку test-site.ru:
u1043449@u1043449.cp.regruhosting.ru [~/test-site.ru/demo.ru]# curl -sS https://getcomposer.org/installer | COMPOSER_HOME=.composer php
u1043449@u1043449.cp.regruhosting.ru [~/test-site.ru/demo.ru]# COMPOSER_HOME=.composer php composer.phar create-project --prefer-dist --stability=dev v3project/app-v3-shop=dev-master demo.ru
Далее перед завершающей установкой меня просят ввести логин и пароль от гитхаб, я ввожу но всё безуспешно и вылетает такая ошибка:

Loading composer repositories with package information
Authentication required (git.skeeks.com):
Username: excample@mail.ru
Password:

[RuntimeException]
Failed to execute git clone --mirror 'https://excample@mail.ru:***@git.skeek
s.com/v3project/theme-mega.git' '/var/www/u1043449/test-site.ru/demo.ru/.c
omposer/cache/vcs/https---git.skeeks.com-v3project-theme-mega.git/'

Cloning into bare repository '/var/www/u1043449/test-site.ru/demo.ru/.comp
oser/cache/vcs/https---git.skeeks.com-v3project-theme-mega.git'...
remote: HTTP Basic: Access denied
fatal: Authentication failed for 'https://git.skeeks.com/v3project/theme-me
ga.git/'

update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [--with-dependencies] [--with-all-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-i|--interactive] [--root-reqs] [--] []...

с чем это может быть связано?
  • Вопрос задан
  • 826 просмотров
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы