Skip to content

Instantly share code, notes, and snippets.

@obyknovenius
Created July 9, 2018 12:28
Show Gist options
  • Save obyknovenius/397eafc94640d2f11902a00111460e96 to your computer and use it in GitHub Desktop.
Save obyknovenius/397eafc94640d2f11902a00111460e96 to your computer and use it in GitHub Desktop.
Download Git archive tarballs from Private Repo
curl -sL --user "${username}:${password}" https://github.com/$account/$repo/tarball/$tag_name > tarball.tar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment