Closed ipkpjersi closed 4 years ago
Hi,
I got the same issue, I'm investigating.
Ok I made some research and this is related to the recent upgrade from composer v1.x to composer v2.x released the 24 october. For now, it looks like Magento is not compatible with this new composer version.
I don't know who is responsible of this, it could be on Magento side or maybe Composer. Until they fix this, I will lock composer to version 1.x to keep this vagrant stable.
PS: For NFS you should be able to make it work by installing apt install nfs-kernel-server
and running your credentials at first setup.
I did have nfs-kernel-server installed, I'm not sure how to run my credentials at first setup.
You should have this on first vagrant up:
I just read again your issue and there is no "MAGEID" required to authenticate with composer.
You can generate/get them from this url: https://marketplace.magento.com/customer/accessKeys/
I did have it prompt me for permissions for /etc/exports and it was created successfully but it timed out connecting to NFS so I switched it to rsync.
I did authenticate the access keys and I was able to authenticate with http://www.magentocommerce.com/products/downloads/info/help on my host but I was not able to authenticate through this Vagrant box, thus magento did not install for me. However, after you downgraded it to composer version 1, it is now working for me.
I did notice this when doing vagrant up
, I'm not sure if it matters, I am guessing it doesn't:
Since this is now working for me, I will now close this issue.
Hello,
I am using Ubuntu 18.04 with PHP 7.4 and trying to use this repo to install Magento 2.4.
I seem to get an error when trying to authenticate with the magento repo using composer:
However, I have entered my magento credentials in config.yaml and the magento credentials I am using work for accessing www.magentocommerce.com/products/downloads/info/help since it does not give me a 401 Unauthorized error:
Any suggestions?
Here is my config.yaml (I also had problems with it getting stuck on NFS mount step so I am trying rsync instead):