Skip to content

Instantly share code, notes, and snippets.

@cranberyxl
Created April 24, 2012 20:24
Show Gist options
  • Save cranberyxl/2483417 to your computer and use it in GitHub Desktop.
Save cranberyxl/2483417 to your computer and use it in GitHub Desktop.
How to download a github private tarball
curl -o {tag}.tgz -Lu "{githubuser}:{githubpassword}" https://github.com/{githubuser}/repo/tarball/{tag}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment