This commit is contained in:
Matt Pollard 2022-11-08 09:30:18 +01:00 коммит произвёл GitHub
Родитель 7174f31e09
Коммит 11ad33a763
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 8 удалений

Просмотреть файл

@ -1,9 +1,3 @@
1. To set your SSH signing key in Git, paste the text below, substituting the contents of your clipboard for the key you'd like to use. Since the key contains spaces, you must wrap it in quotes:
1. To set your SSH signing key in Git, paste the text below, substituting **/PATH/TO/KEY.PUB** with the path to the pubic key you'd like to use.
```bash
$ git config --global user.signingkey 'key::ssh-ed25519 AAAAC3(...) user@example.com'
```
Alternatively, you can add the direct path to your public key if your system does not properly handle adding the content of the key directly.
```bash
$ git config --global user.signingkey=/path/to/.ssh/pubkey_filename.pub
```
$ git config --global user.signingkey=/PATH/TO/.SSH/KEY.PUB