Difference between revisions of "Git sign commits"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "# Error ``` error: gpg failed to sign the data fatal: failed to write commit object ``` ## Do ``` export GPG_TTY=$(tty) ```")
(No difference)

Revision as of 16:46, 30 March 2024

Error

error: gpg failed to sign the data
fatal: failed to write commit object

Do

export GPG_TTY=$(tty)