Skip to content

Instantly share code, notes, and snippets.

@codekipple
Created August 22, 2014 08:12
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 codekipple/ffbce4c9e6fa13379fc9 to your computer and use it in GitHub Desktop.
Save codekipple/ffbce4c9e6fa13379fc9 to your computer and use it in GitHub Desktop.
github rate limit
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>
You can quickly create a new GitHub token here https://github.com/settings/tokens/new.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment