From 297381bc0f7205226bf994f19f87e37ca89f1c08 Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 3 Oct 2025 19:32:00 +0900 Subject: [PATCH] fix --- my-blog/content/posts/2025-09-22-ue-mac.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/my-blog/content/posts/2025-09-22-ue-mac.md b/my-blog/content/posts/2025-09-22-ue-mac.md index dbd386c..cf63e9c 100644 --- a/my-blog/content/posts/2025-09-22-ue-mac.md +++ b/my-blog/content/posts/2025-09-22-ue-mac.md @@ -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