Skip to content

Download magento 2.4.7 using composer getting error

Getting error when i try to run following command,

composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition=2.4.7 m2

Error:
enter image description here

Errors: SSL connection Timeout error, Resolving timed out after 10000 milliseconds, Connection time-out Now trying to download from source.

**In CurlDownloader.php line 390:

curl error 28 while downloading https://repo.magento.com/archives/magento/composer-dependency-version-audit-plugin/magento-composer-dependenc
y-version-audit-plugin-0.1.6.0.zip: Connection time-out**

How to solve this error?