From 43d66727dad4feba3e26f1872bcaa98db744b5d0 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 24 Feb 2026 21:27:24 -0600 Subject: [PATCH] fix: Update push-all.sh remote names and add auth note --- push-all.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/push-all.sh b/push-all.sh index c6058bf..b5ee9a1 100755 --- a/push-all.sh +++ b/push-all.sh @@ -38,6 +38,8 @@ fi # Push to each remote remotes=("gitea" "github" "gitlab") + +echo "Note: GitHub push may require SSH key or credential helper setup." failed=() for remote in "${remotes[@]}"; do