clean-docker / Magento2

Docker Image to Magento 2 local development in Mac, Linux and Windows
https://hub.docker.com/r/rafaelcgstz/magento2/
MIT License
444 stars 251 forks source link

Invalid credentials when install-magento2 #46

Closed baddwin closed 6 years ago

baddwin commented 6 years ago

Hi, I managed to install this docker image with ./init, but when I install-magento2 via ./shell, I got Authentication required (repo.magento.com) prompt. I was sure inputting my login credential, but it still threw error:

[Composer\Downloader\TransportException]
Invalid credentials for 'https://repo.magento.com/packages.json', aborting.
baddwin commented 6 years ago

Closed, I wrong input credential with my Magento account login, while actually I should Use the Public key as your user name and the Private key as your password. as described in the official documentation here.