You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 'master' of https://github.com/indirect/gist: (22 commits)
Require user and token. Closesdefunkt#35
Version 2.0.2
post_connection_check is the default nowadays
Added the installation instructions for Ubuntu
Fix encoding issue in standalone script
Executable gist binary
2.0.1
update standalone
apply -t fixes to the actual code
Make the cert work for both standalone and the gem
https
fix -t when using stdin
verify redirected URLs still match the cert
Use the lib cert or standalone DATA cert as a fallback
trailing whitespace is important here, unfortunately
Update gist standalone's version number (doh)
Small tweak to curl install instructions (http -> https)
Update gemspec
Bump to v2.0.0 because multi-file changed the data() API
Document multi-file upload feature
...
Thanks for this tool; it looks useful.
I was trying out the gist tool and it took a while to get going -- it turns out my config had "github.user" but not "github.token".
Steps to reproduce:
$ git config --unset github.token
$ gist --help | gist
nil
$ git config --unset github.user
$ gist --help | gist
https://gist.github.com/882916
The text was updated successfully, but these errors were encountered: