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

does it support authentication? #22

Open
veeramarni opened this issue Feb 14, 2017 · 1 comment
Open

does it support authentication? #22

veeramarni opened this issue Feb 14, 2017 · 1 comment

Comments

@veeramarni
Copy link

Does it support following? I don't see anywhere in the code that supports multiple user authentications. If not are you planning to do one? We can create a PR if you could guide us.

{
    // SSH:
    'passphrase': "...",
    'refuseUnknownHost': true, // Default is false

    // HTTPS:
    'username': "...",
    'password': "..."
}
@thisconnect
Copy link
Owner

It does not support atm but. I am not exactly sure how to to that with nodegit and when it need to be used (pull, clone, push, fetch)

For the nodegit-kit api I want it to be as close as possible to the git cli.

Another thing is about testing. Not sure how a test for this could be written for this.

Have you had a look at https://www.npmjs.com/package/nodegit-clone ?

References related to cred

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