Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rashidul0405/889d9a6e420b34649d250840970fb5a8 to your computer and use it in GitHub Desktop.
Save rashidul0405/889d9a6e420b34649d250840970fb5a8 to your computer and use it in GitHub Desktop.
curl download private repo
download_release() {
TOKEN="xxxxxxxxx"
REPO=":owner/:repo"
curl -vLJO https://$TOKEN:@api.github.com/repos/$REPO/zipball/master
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment