This commit is contained in:
2024-11-07 03:29:09 +03:00
parent 45e02d9271
commit 4b98eef2bf

View File

@@ -16,12 +16,6 @@
echo "$(git config --get user.name) $(cat ~/.ssh/id_ed25519.pub)" >> ~/.ssh/allowed_signers
```
и указать на него GIT:
```
git config --global gpg.ssh.allowedSignersFile ~/.ssh/allowed_signers
```
Добавляем соответствующие настройки в GIT:
```