Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Behaves oddly when GitHub username is set but token is not #35

Closed
rhunter opened this issue Mar 23, 2011 · 0 comments
Closed

Behaves oddly when GitHub username is set but token is not #35

rhunter opened this issue Mar 23, 2011 · 0 comments

Comments

@rhunter
Copy link

rhunter commented Mar 23, 2011

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

akahn added a commit to akahn/gist that referenced this issue Apr 21, 2011
* 'master' of https://github.com/indirect/gist: (22 commits)
  Require user and token. Closes defunkt#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
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants