Hi All,
Trying to install Magento using the composer . Running into some kind of transport exception while updating dependencies
Following is the log
Installing magento/project-community-edition (2.1.3)
- Installing magento/project-community-edition (2.1.3) Downloading: 100%
Created project in /cherian/dev/magento
Loading composer repositories with package information
Updating dependencies (including require-dev)
[Composer\Downloader\TransportException]
Content-Length mismatch
create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--no-install] [--ignore-platform-reqs] [--] [<package>] [<directory>] [<version>]
Any pointers for resolving this issue would be helpful
Thanks