From bb9dadb6b62d1b1ef61d1c3e07f4f4fa4a7c9a10 Mon Sep 17 00:00:00 2001 From: zyimm Date: Mon, 7 Aug 2023 17:54:23 +0800 Subject: [PATCH] =?UTF-8?q?:art:=E6=A0=BC=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/git/no-login-required.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/git/no-login-required.md b/_posts/git/no-login-required.md index 9981aed..ac4eeb0 100644 --- a/_posts/git/no-login-required.md +++ b/_posts/git/no-login-required.md @@ -14,7 +14,7 @@ tags: Git ssh-keygen -t rsa -C "your_email@example.com" ``` -`your_email@example.com` 是你自己的邮箱域名,该命令一路回车,生成一对rsa密钥并将电子邮件地址设置为“your_email@example.com”,你git仓库使用的邮箱与此对应。 +`your_email@example.com` 是你自己的邮箱域名,该命令一路回车,生成一对rsa密钥并将电子邮件地址设置为`your_email@example.com`,你git仓库使用的邮箱与此对应。 ### 第二步 git中设置密钥