- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2019
04:07 PM
07-24-2019
04:07 PM
Hello,
Magento 2.2.3, PHP 7
I have installed this module using Composer as suggested. However when i try and access the extension manager i cannot use the extension manager.
I get the following error.
Spoiler
Command "show" failed: In Git.php line 354: Failed to execute git clone --mirror 'git@github.com:xumulus/magento2-fast- product-images.git' '/home/tz/public_html/var/composer_home/cache/vcs/git-g ithub.com-xumulus-magento2-fast-product-images.git/' show [--all] [-i|--installed] [-p|--platform] [-a|--available] [-s|--self] [-N|--name-only] [-P|--path] [-t|--tree] [-l|--latest] [-o|--outdated] [--ignore IGNORE] [-m|--minor-only] [-D|--direct] [--strict] [-f|--format FORMAT] [--] [<package> [<version>]]
Can you help me with this problem please,
Regards,
Solved! Go to Solution.
Labels:
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2019
09:19 AM
07-27-2019
09:19 AM
I remove the following code from composer.json
and the problem is resolved.
Spoiler
},
"magento2-fast-product-images": {
"type": "git",
"url": "git@github.com:xumulus/magento2-fast-product-images.git"
},
"magento2-fast-product-images": {
"type": "git",
"url": "git@github.com:xumulus/magento2-fast-product-images.git"
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2019
08:06 PM
07-24-2019
08:06 PM
Re: GitHub Error in Extensions Manager
Hi @obeidat,
Maybe you should open an Issue report on https://github.com/xumulus/magento2-fast-product-images/issues
It seems there are some open issues currently. Maybe you can get more information on vendor's repository.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2019
09:19 AM
07-27-2019
09:19 AM
I remove the following code from composer.json
and the problem is resolved.
Spoiler
},
"magento2-fast-product-images": {
"type": "git",
"url": "git@github.com:xumulus/magento2-fast-product-images.git"
},
"magento2-fast-product-images": {
"type": "git",
"url": "git@github.com:xumulus/magento2-fast-product-images.git"