fix
This commit is contained in:
@@ -149,8 +149,14 @@ $ gpg --armor --export ${id}
|
||||
あと、`~/.gitconfig`も更新しておきます。
|
||||
|
||||
```sh
|
||||
git config --global user.signingkey ${id}
|
||||
git config --global commit.gpgsign true
|
||||
$ git config --global user.signingkey ${id}
|
||||
$ git config --global commit.gpgsign true
|
||||
```
|
||||
|
||||
```sh
|
||||
# 再起動
|
||||
$ gpgconf --kill gpg-agent
|
||||
$ gpg-connect-agent /bye
|
||||
```
|
||||
|
||||
# Airse
|
||||
|
Reference in New Issue
Block a user