Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 772 Bytes

File metadata and controls

35 lines (25 loc) · 772 Bytes

GitHub Authentication - GitHub GPG Keys

GPG commands

gpg --full-generate-key
gpg --list-secret-keys --keyid-format=long
gpg --armor --export <key-id>

GPG troubleshooting

GIT_TRACE=1 git commit -m "test commit"

Errors:

$ git commit -am "feat: move yt-dlp guide to tools directory"
error: gpg failed to sign the data
fatal: failed to write commit object

// image

Source: