Skip to content

Instantly share code, notes, and snippets.

@pengwynn
Created August 30, 2012 13:35
Show Gist options
  • Select an option

  • Save pengwynn/3528645 to your computer and use it in GitHub Desktop.

Select an option

Save pengwynn/3528645 to your computer and use it in GitHub Desktop.
Create GitHub Authorization token with curl
curl -i -u username \
-d '{"scopes": ["repo", "user"], "note": "Your note here"}' \
https://api.github.com/authorizations
@melvinsh

Copy link
Copy Markdown

That was easy..
Not Bad

@eriwen

eriwen commented Aug 30, 2012

Copy link
Copy Markdown

@joeyw

joeyw commented Oct 13, 2012

Copy link
Copy Markdown

❤️

@Ch0k

Ch0k commented Sep 6, 2021

Copy link
Copy Markdown

This is very helpful.

@Captain1965

Copy link
Copy Markdown

This is very helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment