YunoHost-Apps / roundcube_ynh

Roundcube package for YunoHost
https://roundcube.net/
GNU Affero General Public License v3.0
11 stars 22 forks source link

Authentication failed on Github.com for git@github.com:roundcube/Net_Sieve.git #4

Closed HugoPoi closed 1 year ago

HugoPoi commented 7 years ago

During installation of roundcube, installation crash because ssh github auth needed for git@github.com:roundcube/Net_Sieve.git . This is cause by composer dependencies installation.

Quick crappy solving Add a .ssh/id_rsa.pub for admin user and registered on your github account. Proper solving Edit composer dependencies to https url.

Executing script '/var/cache/yunohost/from_file/roundcube_ynh-38bb39f7389c99086865230db189463e83227afa/scripts/install'...
+ set -eu
+ app=roundcube
+ domain=yunohost.demo.fr
+ path=/webmail
+ with_carddav=0
+ eval COMPOSER_HOME=/tmp/tmp.YSmpXqtHWJ/.composer php /tmp/tmp.YSmpXqtHWJ/composer.phar install --no-dev --prefer-dist -d /tmp/tmp.YSmpXqtHWJ --quiet --no-interaction
++ COMPOSER_HOME=/tmp/tmp.YSmpXqtHWJ/.composer
++ php /tmp/tmp.YSmpXqtHWJ/composer.phar install --no-dev --prefer-dist -d /tmp/tmp.YSmpXqtHWJ --quiet --no-interaction
Warning: 
Warning: 
Warning:   [RuntimeException]
Warning:   Failed to execute git clone --mirror 'git@github.com:roundcube/Net_Sieve.git' '/tmp/tmp.YSmpXqtHWJ/.composer/cache/vcs/git-github.com-roundcube-Net-Sieve.git/'
Warning: 
Warning: 
Warning: install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...
Warning: 
+ ynh_die 'Unable to update Roundcube core dependencies'
+ echo 'Unable to update Roundcube core dependencies'
+ exit 1
Warning: Unable to update Roundcube core dependencies
Executing script '/var/cache/yunohost/from_file/roundcube_ynh-38bb39f7389c99086865230db189463e83227afa/scripts/remove'...
Removing roundcube-deps (1.2-1) ...
Error: Installation failed

Full trace https://annuel.framapad.org/p/PkyWQh7hiW