-
Notifications
You must be signed in to change notification settings - Fork 14
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
Github 2-factor auth / ability to manually enter token #32
Comments
Watson will set all of this for you. Try deleting all github info from .watsonrc, and then
|
@kevinjasker it will, but only if the transaction is successful. Example:
I'm fairly confident this has something to do with the fact that I have 2-factor auth enabled and this script isn't set up to handle it. I'm definitely entering my GitHub password correctly. So, what I want are the lines in |
Have you tried generating an application specific password? That might be the easiest solution... Edit - Github calls them "Personal Access Tokens" |
|
Give watson-ruby a try? |
@kevinjasker I think that's going to be my next move. Just tried a second ago but it wants >= 2.0 and my dev environment is all set up for 1.9.3 right meow. Maybe time to make either rbenv or RVM work properly on my machine? Thanks for all of your help! |
@knksmith57 I would also recommend using watson-ruby over watson-perl (especially if you want to avoid step 6) as a lot of bugs and features have been added (such as 2FA) to the ruby version but not the perl version. The perl version is going through a (super slow) rework to convert it to a modular, CPAN-friendly, version but as of right now it is pretty far behind the ruby version. If you haven't already taken the dive into rbenv/RVM, I have a working 1.9.3 compatibility fix that I haven't checked in yet that I could hurry up and put out :), let me know. |
Maybe I'm missing something, but I can't establish an OAuth token with this tool. That's totally cool, but then please provide some docs as to how to manually enter the info.
I've using the following (inspired by this post):
Here's what I get when I try to run it:
What am I missing here?
The text was updated successfully, but these errors were encountered: