mbostock / gistup

Create a gist from terminal, then use git to update it.
Other
488 stars 41 forks source link

Remind user about gist oauth scope selection #33

Closed gabrielflorit closed 8 years ago

gabrielflorit commented 8 years ago

I was getting a id not defined error, and it took me a while to figure out I hadn't set the correct scopes on my .gistup.json oauth token. This should help with that.

mbostock commented 8 years ago

I changed it so it links to https://github.com/settings/tokens/new?scopes=gist which should populate that checkbox automatically. Thanks!