- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2019
11:09 PM
12-09-2019
11:09 PM
Hello @elisa123456
Find the auth.json file in the Magento root directory.
If it does not exist, create the file and enter public and private key as shown here:
{
"http-basic": {
"repo.magento.com": {
"username": "enter-public-key",
"password": "enter-private-key"
}
}
}Make sure that you have valid authenticate keys.
You may refer https://devdocs.magento.com/guides/v2.3/install-gde/prereq/connect-auth.html
Thanks.
---
If you've found my answer useful, please give"Kudos" and "Accept as Solution"
If you've found my answer useful, please give"Kudos" and "Accept as Solution"
Reply