Update git sync documentation with successful auth info
This commit is contained in:
38
CONFIG_SYNC.md
Normal file
38
CONFIG_SYNC.md
Normal 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
|
||||
Reference in New Issue
Block a user