You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libgit2 has support for in-memory SSH keys. There is already git2::SSH_MEMORY to indicate that the credentials type is allowed, but a wrapper for git_cred_ssh_key_memory_new is missing.