diff --git a/logs/brain-sync.log b/logs/brain-sync.log index 62c8150..39b8e78 100644 --- a/logs/brain-sync.log +++ b/logs/brain-sync.log @@ -1,2 +1,6 @@ [2026-04-11 18:09:28] Starting Brain sync... [2026-04-11 18:09:28] Added 'brain' remote +[2026-04-11 18:09:28] Committed changes +fatal: unable to access 'https://168.231.66.248:32771/ParzivalTD/Brain.git/': GnuTLS, handshake failed: An unexpected TLS packet was received. +[2026-04-11 18:09:28] ⚠️ Brain sync push failed (may retry on next sync) +[2026-04-11 18:09:39] Starting Brain sync... diff --git a/sync-brain.sh b/sync-brain.sh index 6d9278e..d9e28cc 100755 --- a/sync-brain.sh +++ b/sync-brain.sh @@ -20,7 +20,7 @@ mkdir -p "$(dirname "$LOG_FILE")" # Check if remote exists, if not add it if ! git remote get-url brain >/dev/null 2>&1; then - git remote add brain https://thelegion%40stacklegion.dev:RubiKa1IsHomeNoMore@168.231.66.248:32771/ParzivalTD/Brain.git + git remote add brain http://thelegion%40stacklegion.dev:RubiKa1IsHomeNoMore@168.231.66.248:32771/ParzivalTD/Brain.git echo "[$TIMESTAMP] Added 'brain' remote" fi