From 587be05452ff6f2ecf1a08fa70a2518e16e42477 Mon Sep 17 00:00:00 2001 From: Refactoring Agent <[email protected]> Date: Tue, 5 May 2026 09:39:54 +0200 Subject: [PATCH] docs: update git credentials in AGENTS.md --- AGENTS.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 830e743..4b7f1e6 100755 --- a/AGENTS.md +++ b/AGENTS.md @@ -10,18 +10,18 @@ This document provides a comprehensive overview of the project architecture for **HTTPS URL with credentials:** ``` -https://zhipu:5LlnutmdsC2WirDwWgnZuRH7@gitea.tailf367e3.ts.net/Anexim/Mana-Loop.git +https://zhipu:tkF9HFgxL2k4cmT@gitea.tailf367e3.ts.net/Anexim/Mana-Loop.git ``` **Credentials:** -- **User:** zhipu -- **Email:** zhipu@local.local -- **Password:** 5LlnutmdsC2WirDwWgnZuRH7 +- **User:** n8n-gitea +- **Email:** n8n-gitea@anexim.local +- **Password:** tkF9HFgxL2k4cmT **To configure git:** ```bash -git config --global user.name "zhipu" -git config --global user.email "zhipu@local.local" +git config --global user.name "n8n-gitea" +git config --global user.email "n8n-gitea@anexim.local" ``` ---