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 bluetechy/4c214d415bcef8c02bc4a8483d3fc4c9 to your computer and use it in GitHub Desktop.
Save bluetechy/4c214d415bcef8c02bc4a8483d3fc4c9 to your computer and use it in GitHub Desktop.
Download a single file from a private GitHub repo. You'll need an access token as described in this GitHub Help article: https://help.github.com/articles/creating-an-access-token-for-command-line-use
curl -H 'Authorization: token INSERTACCESSTOKENHERE' -H 'Accept: application/vnd.github.v3.raw' -O -L https://api.github.com/repos/owner/repo/contents/path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment