Today, I ran into a problem when trying to update the packages through composer update. None of the packages Bower-Assets has not been found and update fails. But Bower the work. Log:
Installing yiisoft/yii2-app-basic (2.0.10)
- Installing yiisoft/yii2-app-basic (2.0.10)
Downloading: 100%
Created project in test
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Installing yiisoft/yii2-composer (2.0.4)
Loading from cache
- Installing swiftmailer/swiftmailer (v5.4.4)
Loading from cache
- Installing bower-asset/jquery (1.12.4)
Downloading: Failed
Failed to download bower-asset/jquery from dist: The "https://api.github.com/repos/bower-asset/jquery/zipball/a76fe112f860279382d9f6336fe040fd8f8aa13d" file could not be downloaded (HTTP/1.1 404 Not Found)
Now trying to download from source
- Installing bower-asset/jquery (1.12.4)
Cloning a76fe112f860279382d9f6336fe040fd8f8aa13d
The authenticity of host 'github.com (192.30.253.112)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
[RuntimeException]
Failed to clone https://github.com/bower-asset/jquery.git via https, ssh protocols, aborting.
- https://github.com/bower-asset/jquery.git
Cloning into '/home/triya/test/vendor/bower-asset/jquery'...
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/bower-asset/jquery.git/'
- git@github.com:bower-asset/jquery.git
Cloning into '/home/triya/test/vendor/bower-asset/jquery'...
Warning: Permanently added 'github.com,192.30.253.112' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--no-install] [--ignore-platform-reqs] [--] [<package>] [<directory>] [<version>]
Today, I ran into a problem when trying to update the packages through composer update. None of the packages Bower-Assets has not been found and update fails. But Bower the work. Log:
Composer and assets plugin is latest version.