cancel
Showing results for 
Search instead for 
Did you mean: 

Failed to download magento/zendframework1 from dist

SOLVED

Failed to download magento/zendframework1 from dist

Hello.

I'm trying to install Magento via composer with referring this document.

But I got an error message like this:

Failed to download magento/zendframework1 from dist:
The archive may contain identical file names with different capitalization
(which fails on case insensitive filesystems): ZipArchive::extractTo():
Full extraction path exceed MAXPATHLEN (260)
[RuntimeException]
Failed to clone https://github.com/magento/zf1.git via https, ssh protocols, aborting.

- https://github.com/magento/zf1.git
fatal: destination path '(...)\vendor\magento\zendframework1' already exists
and is not an empty directory.

- git@github.com:magento/zf1.git
fatal: destination path '(...)\vendor\magento\zendframework1' already exists
and is not an empty directory.

 

How to I fix this? I tried to install in empty folder but those error messages keep come out.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Failed to download magento/zendframework1 from dist

Hi @NDelt

 

Looks like you are installing Enterprise edition as per the link you have given !

 

So question here is are you a enterprise user ? do you have enterprise keys to install magento 2 enterprise edition ?

 

If no and if you would like to install open source version , then refer this link - https://devdocs.magento.com/guides/v2.2/install-gde/prereq/integrator_install_ce.html

 

Install open source version with command line by giving public key and private key and then try for the same !

 

Hope it helps 

if issue solved,Click Kudos & Accept as Solution

View solution in original post

1 REPLY 1

Re: Failed to download magento/zendframework1 from dist

Hi @NDelt

 

Looks like you are installing Enterprise edition as per the link you have given !

 

So question here is are you a enterprise user ? do you have enterprise keys to install magento 2 enterprise edition ?

 

If no and if you would like to install open source version , then refer this link - https://devdocs.magento.com/guides/v2.2/install-gde/prereq/integrator_install_ce.html

 

Install open source version with command line by giving public key and private key and then try for the same !

 

Hope it helps 

if issue solved,Click Kudos & Accept as Solution