This repository was archived by the owner on Jan 19, 2022. It is now read-only.
  
  
  
  
  
Description
I seem to be in an auth hell.  When attempting to use github auth (that appears to be properly setup) I get an error:
NameError at /auth/github
uninitialized constant Octokit::Configuration
file: oauth.rb location: build_uri line: 62
I see this on the console: [07/Jul/2014 14:22:32] "GET /auth/github HTTP/1.1" 500 292657 0.1212
My github org is uwlcb and my user is pboguszewski but I do not get far enough to ask for a user / password.
My .env seems to be properly pointing to github.  I opened my firewalls up to port 5000, 80, and 443 for testing but do not believe this is the issue.  I am running RHEL 6.5.  I tried disabling SElinux with no luck.  Please help - I am going a bit crazy...