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.