I have installed fresh magento enterprise edition, after installation, the command
composer install
was run successfully. Now when I run the command
composer update
I am getting this error,
Root composer.json requires magento/product-enterprise-edition 2.4.4, found magento/product-enterprise-edition[2.4.4] in the lock file but not in remote repositories, make sure you avoid updating this package to keep the one from the lock file.
Please help me resolve this issue.
Thanks
I have solved the issue. The saved credentials in auth.json file was related to non enterprise account.
So I just deleted the file and run composer update again, it asked for the username and password. Then I used enterprise account access keys and it's working fine.