xumulus / magento2-fast-product-images

Magento 2 fast product images, removes loading image for product images
MIT License
81 stars 45 forks source link

RuntimeException #12

Closed pmoreno1980 closed 5 years ago

pmoreno1980 commented 5 years ago

im getting this error when i tried to run composer require ....

[RuntimeException] Failed to execute git clone --mirror 'git@github.com:xumulus/magento2-fast-product-images.git' '/home/yottaa/.composer/cache/vcs/git-github.com-xumulus- magento2-fast-product-images.git/'

I am doing something wrong? pleas elet me know

thanks

dankoz51 commented 5 years ago

This worked for me on git 2.15 , maybe its a local git issue with version or something

Dannymx commented 5 years ago

Remove -n flag when executing the composer require command, you might have to create a token to access the repo, that fixed it for me.