From 87552148fd5721727221d1cdde8259b5b1f58487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=9D=B0?= Date: Mon, 22 Sep 2025 13:30:40 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=87=AA=E5=8A=A8=E6=8F=90=E4=BA=A4=20?= =?UTF-8?q?-=20=E5=91=A8=E4=B8=80=202025/09/22=2013:30:40.76?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- quick_push.bat | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/quick_push.bat b/quick_push.bat index 4e11c0f..ab0603f 100644 --- a/quick_push.bat +++ b/quick_push.bat @@ -147,6 +147,13 @@ if %errorlevel% equ 0 ( echo - 网络连接问题 echo - 远程仓库权限不足 echo - 分支冲突 + echo - Git认证失败 + echo. + echo 🔧 建议解决方案: + echo 1. 检查Git用户配置: git config --global user.name + echo 2. 检查Git邮箱配置: git config --global user.email + echo 3. 检查远程仓库权限 + echo 4. 尝试重新认证 ) echo.