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