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
Define GIT_SSH_MEMORY_CREDENTIALS for libgit2 #949
Conversation
|
This is just a rebase of #763 . However it seems like tests are still failing. |
220e765
to
4ce56b2
Compare
|
Rebased again. However it looks like the version of libssh2 used here is not updated since it doesn't include Any plans to update it? |
|
We could update libssh2 in a different PR. |
a78275a
to
206d27d
Compare
|
Is there any status update on this and/or updating libssh2? I'd like to use |
|
This definitely works with libssh2 1.7.0. I'm happy to walk through the steps to get it working, below, but I'm not familiar enough with node-gyp and nodegit's build process to do it in a pull-request worthy way. checkout the latest nodegit code and do the following (only tested on linux):
use the globally installed nodegit from your projects |
|
Up to date! @alantrrs care to rebase on top of master? |
Compile libgit2 with GIT_SSH_MEMORY_CREDENTIALS defined to allow sshKeyMemoryNew to work. Fixes nodegit#760
4ce56b2
to
f61f52e
Compare
|
rebased |
|
Nice, TY |
|
Any changes to see this in a new release soon? Thanks! |
Compile libgit2 with GIT_SSH_MEMORY_CREDENTIALS defined to allow
sshKeyMemoryNew to work.
Fixes #760