Skip to content

Instantly share code, notes, and snippets.

@pengwynn
Created August 30, 2012 13:35
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pengwynn/3528645 to your computer and use it in GitHub Desktop.
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

That was easy..
Not Bad

@eriwen
Copy link

eriwen commented Aug 30, 2012

@joeyw
Copy link

joeyw commented Oct 13, 2012

❤️

@Ch0k
Copy link

Ch0k commented Sep 6, 2021

This is very helpful.

@Captain1965
Copy link

This is very helpful.

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