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