This commit is contained in:
Isaac Brown 2022-10-05 10:25:14 +01:00 коммит произвёл GitHub
Родитель 15553732d7
Коммит 9e4f5ff7f7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -1,5 +1,5 @@
1. If you have previously configured Git to use a different key format when signing with `--gpg-sign`, unset this configuration so the default format of `openpgp` will be used.
```Shell{:copy}
git config --global --unset gpg.format
```
```Shell
$ git config --global --unset gpg.format
```