Skip to content

Instantly share code, notes, and snippets.

@hardyjohnson
Last active March 15, 2017 00:07
Show Gist options
  • Save hardyjohnson/2d0e21cce2043e9cf02df29745666428 to your computer and use it in GitHub Desktop.
Save hardyjohnson/2d0e21cce2043e9cf02df29745666428 to your computer and use it in GitHub Desktop.
Verify repo.magento.com packages manually

Via Curl

curl --user username:password https://repo.magento.com/packages.json > packages.json

Via HTTP request

Add the an HTTP Basic Authorization header with base64 of the username:password combo.

Authorization: Basic BASE64STRING
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment