Why doesn't this work?
wget https://MAGID:DOWNLOADACCESSKEY@www.magentocommerce.com/products/downloads/file/"Magento Open Source 2.2.2.tar.gz"
Output:
Resolving www.magentocommerce.com (www.magentocommerce.com)... 54.209.109.162, 52.72.177.150, 34.199.208.190, ... Connecting to www.magentocommerce.com (www.magentocommerce.com)|54.209.109.162|:443... connected. HTTP request sent, awaiting response... 401 Unauthorized Authentication selected: Basic realm="RSS Feeds" Reusing existing connection to www.magentocommerce.com:443. HTTP request sent, awaiting response... 401 Unauthorized Username/Password Authentication Failed.
Yes, the id/key have been double checked for accuracy.
Hi @happycoffeebean,
Have you tried installing Magento 2 using composer?
Here are some guides that could be useful:
https://magenticians.com/installing-magento-2-composer/
http://devdocs.magento.com/guides/v2.2/install-gde/bk-install-guide.html
Best regards.
Gabriel
Composer was the first method I tried, about 15 attempts ago. It was fraught with errors. I still don't understand why I must use an intermediary, or download to a secondary machine, only to upload again to a final server. This whole process seems unnecessarily dumbed-down, and requires that I learn a tertiary package to accommodate . Why can I not just download the package, extract and configure?