-
Notifications
You must be signed in to change notification settings - Fork 695
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
2 Step Authentication #323
Comments
I just tested this with a private repository on my GitHub account (two-way auth). I'm not sure why, but I received a segfault, never saw it even hit the credentials callback. |
O.o I can't find anything about 2factor anywhere in the libgit2 docs, or on stack overflow, including searching for libgit2csharp and rugged. We might have to get in touch with them... |
Added an example from this which should be on master soon of how to get this working. |
A little reminder for people who are using 2 step authentication (I lost a fair while to this 😞 ). You will not be able to use anything other than a SSH connection when using nodegit to operate remotely. If you're finding that any remote operations are just hanging, this is most likely the cause.
Example:
It's very difficult for automated services to get by 2 step authentication...that's why it's there. I'd recommend using other credentials until there's support for some kind of manual intervention.
The text was updated successfully, but these errors were encountered: