Closed6

[WSL2] GitHubで署名付きコミットをしたい

hisuihisui

環境

  • Windows 11
  • WSL2
    • Ubuntu 22.04.5 LTS
hisuihisui

基本はこちらを参考に進めていく
https://zenn.dev/noraworld/articles/sign-commits-with-gpg-key

自分の場合は、デフォルトがRSAだったので鍵のサイズを聞かれましたが、
特にこだわりがなかったのでデフォルトのまま

Please select what kind of key you want:
   (1) RSA and RSA (default)
   (2) DSA and Elgamal
   (3) DSA (sign only)
   (4) RSA (sign only)
  (14) Existing key from card
Your selection?
RSA keys may be between 1024 and 4096 bits long.
What keysize do you want? (3072)
Requested keysize is 3072 bits
hisuihisui

コミットにVerifiedがつくようになった

このスクラップは2025/01/18にクローズされました