Skip to content

Instantly share code, notes, and snippets.

@mirfan899
Forked from jwebcat/gist:5122366
Created November 21, 2019 11:59
Show Gist options
  • Save mirfan899/488e994055bb9b18f0065641f6fbe060 to your computer and use it in GitHub Desktop.
Save mirfan899/488e994055bb9b18f0065641f6fbe060 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