Skip to content

Commit

Permalink
Fix GPG error handling instructions in RELEASE.md
Browse files Browse the repository at this point in the history
Clarify how to resolve the GPG signing error by including an additional command to restart the gpg-agent. This ensures users can effectively troubleshoot and resolve the issue by following the provided steps.
  • Loading branch information
Konstantin Pavlov authored and Konstantin Pavlov committed Dec 2, 2024
1 parent 47978b9 commit 2313327
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@

https://stackoverflow.com/a/57591830/3315474

In case of GPG error `gpg: signing failed: Screen or window too small`, [try this](https://stackoverflow.com/a/67498543/3315474):
In case of GPG error `gpg: signing failed: Screen or window too small`, [try this](https://stackoverflow.com/a/67498543/3315474):

```shell
gpg -K --keyid-format SHORT
```
```shell
gpgconf --kill gpg-agent
gpg -K --keyid-format SHORT
```

4. Push

Expand Down

0 comments on commit 2313327

Please sign in to comment.