1
0
mirror of synced 2026-01-03 15:05:54 -05:00
Files
docs/data/reusables/gpg/paste-ssh-public-key.md
Andy Hall 30ed2b58a8 Fix git config command syntax
`git config` expects a space between the key and value rather than an equals sign.
2022-11-13 22:51:11 -05:00

218 B

  1. To set your SSH signing key in Git, paste the text below, substituting /PATH/TO/KEY.PUB with the path to the public key you'd like to use.
$ git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB