-
-
Notifications
You must be signed in to change notification settings - Fork 580
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
[ssh signing] support custom signing program #2188
Labels
enhancement
New feature or request
Comments
Yeah right now we do not support calling a custom ssh program as you have configured |
extrawurst
changed the title
Cant use commit signing
[ssh signing] support custom signing program
Apr 15, 2024
extrawurst
added
enhancement
New feature or request
and removed
bug
Something isn't working
labels
Apr 15, 2024
I am working on a PR to support this. |
4 tasks
4 tasks
I'll take a look as this as the opened pull request seems to be abandoned |
4 tasks
First prototype is ready (see #2464), looking into support for key literal in .gitconfig and writing tests. Then I'll mark it as ready. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When performing a commit I get the error
sign builder error: Failed to retrieve 'user.signingkey' from the git configuration: Currently, we only support a pair of ssh key in disk.
This is likely because of my git configuration for commit signing.
To Reproduce
Steps to reproduce the behavior:
~/.gitconfig
Expected behavior
This should work without error.
git
on the CLI works fine without errorScreenshots
Context (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: