Skip to content

Instantly share code, notes, and snippets.

@envato-systems
Created July 18, 2012 03:08
Show Gist options
  • Save envato-systems/3133910 to your computer and use it in GitHub Desktop.
Save envato-systems/3133910 to your computer and use it in GitHub Desktop.
generate new oauth token
curl -v https://api.github.com/authorizations -X POST -u envato-systems -p -d '{"scopes":["repo"], "note":"staging VM build script"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment