From 842c1ebab8b97fedb4889aab507dd4de85b07a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E9=9C=9C?= <79011008+yunshuangqwq@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:11:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20convert=5Fto=5Fmarkdown.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- convert_to_markdown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert_to_markdown.py b/convert_to_markdown.py index 2e816c9..18b1bf2 100644 --- a/convert_to_markdown.py +++ b/convert_to_markdown.py @@ -52,7 +52,7 @@ if not files: logging.warning("No files were processed.") -# 配置 Git 用户身份 +# 配置 Git 用户身份(再设置一次) git_email = "79011008+yunshuangqwq@users.noreply.github.com" git_name = "yunshuangqwq" subprocess.run(['git', 'config', 'user.email', git_email], check=True)