Unable to install Backpack #810
-
I have this composer.json: {
"repositories": { when I try to run composer update it shows: ./composer.json has been updated
In Git.php line 472: Failed to execute git clone --no-checkout -- 'https://git...vDv:[email protected]/Laravel-Backpack/DevTools.git' '/var/www/html/data-deduplicate/vendor/backpack/devtools' && cd '/var/www/html/data-deduplicate/vendor/backpack/devtools' && git remote add compo fatal: repository 'https://git...vDv:[email protected]/Laravel-Backpack/DevTools.git/' not found require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-dependencies] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] [...] [centos@ip-172-31-44-17 data-deduplicate]$ composer config http-basic.backpackforlaravel.com rawadalzghayar70193876 J98Rgv8T5uq6
Failed to execute git clone --no-checkout -- 'https://git...vDv:[email protected]/Laravel-Backpack/DevTools.git' '/var/www/html/data-deduplicate/vendor/backpack/devtools' && cd '/var/www/html/data-deduplicate/vendor/backpack/devtools' && git remote add compo fatal: repository 'https://git...vDv:[email protected]/Laravel-Backpack/DevTools.git/' not found update [--with WITH] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-dev] [--lock] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--no-autoloader] [--no-suggest] [--no-progress] [-w|--with-dependencies] [-W|--with-all-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-i|--interactive] [--root-reqs] [--] [...] |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello @rawad1 I see that in your I would advise you to follow this steps: If your license is not expired and you still have access to on-going updates, just set the composer version to the latest major version and composer will pick the most recent version for you. For example Also, make sure your credentials are correct by using: Cheers |
Beta Was this translation helpful? Give feedback.
Thanks for letting me know @tabacitu
In that case @rawad1 should just remove those entries from
composer.json
completely, or purchase access to those packages on the website.