docs: update git credentials in AGENTS.md
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 25s

This commit is contained in:
Refactoring Agent
2026-05-05 09:39:54 +02:00
parent d0738441f3
commit 587be05452
+6 -6
View File
@@ -10,18 +10,18 @@ This document provides a comprehensive overview of the project architecture for
**HTTPS URL with credentials:** **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:** **Credentials:**
- **User:** zhipu - **User:** n8n-gitea
- **Email:** zhipu@local.local - **Email:** n8n-gitea@anexim.local
- **Password:** 5LlnutmdsC2WirDwWgnZuRH7 - **Password:** tkF9HFgxL2k4cmT
**To configure git:** **To configure git:**
```bash ```bash
git config --global user.name "zhipu" git config --global user.name "n8n-gitea"
git config --global user.email "zhipu@local.local" git config --global user.email "n8n-gitea@anexim.local"
``` ```
--- ---