Skip to content

Instantly share code, notes, and snippets.

@exu
Created August 26, 2014 11:31
Show Gist options
  • Save exu/ffdabebc8a2018f8f60a to your computer and use it in GitHub Desktop.
Save exu/ffdabebc8a2018f8f60a to your computer and use it in GitHub Desktop.
Authenticate with GitHub to increase your rate limit and allow you
to pull from private repositories. To do that, add the following
entry to your ~/.netrc file:
machine api.github.com
login <username>
password <token>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment