Skip to content

Instantly share code, notes, and snippets.

@teburd
Created May 9, 2014 15:37
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 teburd/a2d015a6dc83a276be1b to your computer and use it in GitHub Desktop.
Save teburd/a2d015a6dc83a276be1b to your computer and use it in GitHub Desktop.
.netrc setup for github
machine github.com
login x-oauth-basic
password XXXXXXXXXXX
machine api.github.com
login x-oauth-basic
password XXXXXXXXXXXX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment