Open
Description
Is it possible to make libgit2 authenticate using credentials that the user has previously stored via the command line git? Specifically Git for Windows defaults to storing credentials in Git Credential Manager for Windows which speaks the credential helper protocol.
I think this involves shelling out to git credential fill
but maybe there is more to it. Is there an example that implements something like this? A git_cred_
helper function would also be very useful.