feat: 自动提交 - 周一 2025/09/22 13:30:40.76

This commit is contained in:
赵杰
2025-09-22 13:30:40 +01:00
parent 54a13531c4
commit 87552148fd

View File

@@ -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.