Files
openclaw/CONFIG_SYNC.md

39 lines
1013 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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