magento / magento-cloud

Magento Cloud
Open Software License 3.0
207 stars 237 forks source link

composer install aborted #298

Closed itsazzad closed 6 years ago

itsazzad commented 6 years ago

On composer install --ignore-platform-reqs

[Composer\Downloader\TransportException]     
Invalid credentials for 'https://repo.magento.com/archives/magento/module-worldpay/magento-module-worldpay-100.2.3.0.zip', aborting. 

Is that related with the structure of auth.json file stated in https://github.com/magento/magento-cloud/issues/297

shiftedreality commented 6 years ago

In most cases, this means that your creds in auth.json are missing or invalid. Please, check them and reopen this ticket if it does not solves your error. Closed.

protzi commented 5 years ago

@shiftedreality have same issue Here is structure

screen shot 2019-02-07 at 3 46 24 pm
{
  "http-basic": {
    "repo.magento.com": {
      "username": "57b01ee862ca*******e3566de444490",
      "password": "6f692151d7a5d*******483fbadcd8da"
    }
  }
}
mrzaizai2233 commented 5 years ago

Was you fixed it.I also met same issue

shiftedreality commented 5 years ago

Magento Cloud requires your keys to have access to EE packages. It won’t install with regular CE keys.