update
This commit is contained in:
parent
4b0d463553
commit
45e02d9271
@ -25,9 +25,9 @@ git config --global gpg.ssh.allowedSignersFile ~/.ssh/allowed_signers
|
||||
|
||||
Добавляем соответствующие настройки в GIT:
|
||||
```
|
||||
git config --global gpg.format ssh # Включаем SSH для подписи
|
||||
git config --global user.signingkey ~/.ssh/id_rsa.pub # Добавляем открытый ключ
|
||||
git config --global gpg.ssh.allowedSignersFile ~/.ssh/allowed_signers # Добавляем файл доверенных подписей
|
||||
git config --global commit.gpgsign true # Автоподпись для коммитов
|
||||
git config --global tag.gpgsign true # Автоподпись для тэгов
|
||||
git config --global gpg.format ssh # Включаем SSH для подписи
|
||||
git config --global user.signingkey "~/.ssh/id_rsa.pub" # Добавляем открытый ключ
|
||||
git config --global gpg.ssh.allowedSignersFile "~/.ssh/allowed_signers" # Добавляем файл доверенных подписей
|
||||
git config --global commit.gpgsign true # Автоподпись для коммитов
|
||||
git config --global tag.gpgsign true # Автоподпись для тэгов
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user