Skip to content

Instantly share code, notes, and snippets.

@florido
Forked from jwebcat/gist:5122366
Created April 19, 2019 08:08
Show Gist options
  • Save florido/df366828894d57429b246b98ce424553 to your computer and use it in GitHub Desktop.
Save florido/df366828894d57429b246b98ce424553 to your computer and use it in GitHub Desktop.
Properly download from github using wget and curl
wget --no-check-certificate --content-disposition https://github.com/joyent/node/tarball/v0.7.1
# --no-check-cerftificate was necessary for me to have wget not puke about https
curl -LJO https://github.com/joyent/node/tarball/v0.7.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment