Issue with git signed commits: ssh-keygen error #545
-
|
I'm trying to commit changes to the my local git branch but I get the following error: Any suggestions on how to get around this problem? Its the first time I'm trying this. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Hi Ricky, Have you worked through the instructions for getting commit signing setup? https://metoffice.github.io/simulation-systems/WorkingPractices/gh_authorisation.html#verified-commits |
Beta Was this translation helpful? Give feedback.
-
|
@ricky-lv426 Yes, you will need minimum OpenSSH 8.2 (OpenBSD) or 8.2p1 (Portable) or higher for signed commits. We will add a note to the working practices FAQs. |
Beta Was this translation helpful? Give feedback.
Ah, looks like the OpenSSH version on puma2 is older than 8.2p1, that's probably the issue.