Skip to content

Instantly share code, notes, and snippets.

@lemenkov
Created January 25, 2012 05:31
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lemenkov/1674929 to your computer and use it in GitHub Desktop.
Save lemenkov/1674929 to your computer and use it in GitHub Desktop.
Properly download from GitHub with wget or curl
wget --content-disposition https://github.com/joyent/node/tarball/v0.7.1
curl -LJO https://github.com/joyent/node/tarball/v0.7.1
@adrianescutia
Copy link

For 9 years now and is still valid, thanks! 👍

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