Skip to content

Instantly share code, notes, and snippets.

@gregblake
Created August 6, 2020 10:36
Show Gist options
  • Save gregblake/1cc2e8a1207a373324ccb155d05227ec to your computer and use it in GitHub Desktop.
Save gregblake/1cc2e8a1207a373324ccb155d05227ec to your computer and use it in GitHub Desktop.
wget webpacker-4.2.2.tgz returns a 200 locally
❯ wget https://registry.yarnpkg.com/@rails/webpacker/-/webpacker-4.2.2.tgz
--2020-08-06 06:28:08-- https://registry.yarnpkg.com/@rails/webpacker/-/webpacker-4.2.2.tgz
Resolving registry.yarnpkg.com (registry.yarnpkg.com)... 2606:4700::6810:1823, 2606:4700::6810:1723, 2606:4700::6810:1a23, ...
Connecting to registry.yarnpkg.com (registry.yarnpkg.com)|2606:4700::6810:1823|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 27462 (27K) [application/octet-stream]
Saving to: ‘webpacker-4.2.2.tgz’
webpacker-4.2.2.tgz 100%[==============================>] 26.82K --.-KB/s in 0.002s
2020-08-06 06:28:09 (11.7 MB/s) - ‘webpacker-4.2.2.tgz’ saved [27462/27462]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment