git创建GPG签名的tag

分两步:

  • 生成PGP的key
  • 使用pgp pubkey给tag签名

生成PGP key

GPG = GnuPG,是Gnu提供的一个产生PGP秘钥的工具。

生成秘钥:

$ gpg --gen-key
gpg (GnuPG) 2.2.19; Copyright (C) 2019 Free Software Foundation, Inc.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

gpg: directory '/home/steveliu/.gnupg' created
gpg: keybox '/home/steveliu/.gnupg/pubring.kbx' created
Note: Use "gpg --full-generate-key" for a full featured key generation dialog.

GnuPG needs to construct a user ID to identify your key.

Real name: zhangsan
Email address: zhangsan@163.com
You selected this USER-ID:
    "zhangsan <zhangsan@163.com>"

输入你的Real name(这个后面作为key的userid使用)和Email address。

输入密码来保护这把密钥(后续在使用密钥的时候,需要输入密码)

查看秘钥:

gpg --list-secret-keys --keyid-format LONG

导出公钥:

导出公钥:
gpg --armor --output public-key-gmail.txt --export USERID
导出私钥:
gpg --armor --output secret-key-gmail.txt --export-secret-keys USERID

参考GPG密钥的生成与使用

使用pgp pubkey给tag签名

git tag v1.0 -u MASTERKEYID

可能遇到的问题及解决

打tag失败

error: gpg failed to sign the data

error: unable to sign the tag

可以试试增加环境变量

export GPG_TTY=$(tty)
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值