git2_credentials
git2_credentials copied to clipboard
Provide credentials function to used with git2::RemoteCallbacks.credentials
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...
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)...
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...
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...