Attempting to run composer install against Magento root directory, I run into the following:
[Composer\Downloader\TransportException] Invalid credentials for 'https://repo.magento.com/archives/magento/module-invitation/magento-module-invitation-100.3.3.0.zip', aborting.
Yes, I am using the proper access keys from the Market Place. 189 of the packages install successfully. Is this module not included in Magento 2?
Thanks,
Jon
Solved! Go to Solution.
Well, I was not using the proper keys. I found out from Magento support that you must use keys generated by the account owner (at least in our case)! I am able to see our project, I can go to the marketplace and see "Access keys", I can click that link and I can generate keys, but those keys do not work when I try to use them for the composer install credentials!! They must be generated by the account owner's account for us and that is the solution. Hopefully this will be updated in the documentation.
Hello @jd_krane
Please refer https://magento.stackexchange.com/questions/109394/magento-2-invalid-credentials-for-https-repo-mage... for the solution.
Hope it helps.
Wish that was it, but I am using the proper keys.
Hello, @jd_krane again,
There's another reference:
Thanks.
That says just about the same thing, use the access keys provided in the Marketplace. My composer install command go me through 187 packages and then stopped giving me that error. Something else is going on...
I even started over, and also generated new access keys, same thing.
Well, I was not using the proper keys. I found out from Magento support that you must use keys generated by the account owner (at least in our case)! I am able to see our project, I can go to the marketplace and see "Access keys", I can click that link and I can generate keys, but those keys do not work when I try to use them for the composer install credentials!! They must be generated by the account owner's account for us and that is the solution. Hopefully this will be updated in the documentation.