mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
doc: add mention to GPG_TTY
PR-URL: https://github.com/nodejs/node/pull/51806 Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Ruy Adorno <ruyadorno@google.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
0951e7b79d
commit
1263bb609f
@ -883,6 +883,12 @@ same GPG key!**
|
||||
Use `tools/release.sh` to promote and sign the build. Before doing this, you'll
|
||||
need to ensure you've loaded the correct ssh key, or you'll see the following:
|
||||
|
||||
If your GPG key is protected by a password, you might need to run:
|
||||
|
||||
```console
|
||||
$ export GPG_TTY=$(tty)
|
||||
```
|
||||
|
||||
```console
|
||||
# Checking for releases ...
|
||||
Enter passphrase for key '/Users/<user>/.ssh/id_rsa':
|
||||
|
Loading…
Reference in New Issue
Block a user