git2_credentials icon indicating copy to clipboard operation
git2_credentials copied to clipboard

Provide credentials function to used with git2::RemoteCallbacks.credentials

Results 5 git2_credentials issues
Sort by recently updated
recently updated
newest added

There is one git host I need to conect to, which does not allow ssh connections. I use https + username + access tokens instead. My local git-cli is configured...

enhancement

Hello! I was really struggling to understand the `git2` callbacks for authentication and how I can make them behave the same way the standard `git` binary behaves out of the...

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...

dependencies
rust

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

Hi, Thanks for the great library :) I'm using a password protected ssh key, with no particular config around it, and I'm never getting prompted for my password. This appears...