Skip to content

Instantly share code, notes, and snippets.

@jwebcat
Forked from lemenkov/gist:1674929
Last active March 26, 2026 23:26
Show Gist options
  • Select an option

  • Save jwebcat/5122366 to your computer and use it in GitHub Desktop.

Select an option

Save jwebcat/5122366 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
@basejumpa
Copy link
Copy Markdown

I was stuck and your curl line just helped me. Thx!

@cig0
Copy link
Copy Markdown

cig0 commented Nov 21, 2023

Thx!

@00unkn0wn00
Copy link
Copy Markdown

Could You Show how to do it on a self hosted git server?

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