cancel
Showing results for 
Search instead for 
Did you mean: 

GitHub Error in Extensions Manager

SOLVED

GitHub Error in Extensions Manager

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,

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: GitHub Error in Extensions Manager

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"

View solution in original post

2 REPLIES 2

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.

Re: GitHub Error in Extensions Manager

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"