Update git sync documentation with successful auth info

This commit is contained in:
root
2026-03-10 14:18:34 +08:00
parent 9e4c98fe0b
commit 3e105d06bb
3 changed files with 404 additions and 0 deletions

38
CONFIG_SYNC.md Normal file
View File

@@ -0,0 +1,38 @@
# Git同步配置
## 仓库信息
- Remote URL: https://git.stableeasy.com/iven/openclaw.git
- 分支: master
## 已备份配置文件
- config/clawdbot.json - Clawdbot主配置包含qqbot配置
- config/openclaw.json - OpenClaw配置包含qqbot配置
## 同步状态
✅ 配置文件已复制到 workspace/config/
✅ 已添加到git并提交
✅ 已成功推送到远程仓库
## Git认证信息
- Remote: https://git.stableeasy.com/iven/openclaw.git
- 用户名: szends@126.com
- 密码: 2Live@2026* (注意L是大写)
## 后续操作
每次更改配置文件后,需要执行:
```bash
cd /root/clawd
cp ~/.clawdbot/clawdbot.json config/clawdbot.json
cp ~/.openclaw/openclaw.json config/openclaw.json
git add config/
git commit -m "Update config files"
git push origin master
```
## 注意事项
- Clawdbot的配置文件路径
- ~/.clawdbot/clawdbot.json
- ~/.openclaw/openclaw.json
- Git备份路径
- /root/clawd/config/clawdbot.json
- /root/clawd/config/openclaw.json