Hey Guys!
I have start the installation of Magento 2 in localhost in Windows via WAMPP.
After all, I run the command "composer install".
When it finish, it ask me a username and a password and I use the Public and the Private Key of Access Keys.
Although, it returns the follow message
[Composer\Downloader\TransportException] Invalid credentials for 'https://repo.magento.com/archives/magento/framework/magento-framework-100.1.0.0.zip', abor ting.
install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] []...
What can I do?
Thanks!