Update daily memory with Gitea integration details
This commit is contained in:
parent
e0490bf2ae
commit
5f544828ac
@ -6,7 +6,23 @@
|
||||
- 完成了首次提交(commit 9f2b862)
|
||||
- 创建了 README.md 文件
|
||||
- 设置了记忆系统目录
|
||||
- 工作空间现已就绪
|
||||
- 删除了 BOOTSTRAP.md
|
||||
|
||||
## Gitea 集成
|
||||
|
||||
- 通过 Gitea API 创建了仓库:`gouki/openclaw`
|
||||
- 成功推送代码到远程仓库(commit e0490bf)
|
||||
- 使用 ~/.netrc 文件进行 API 认证
|
||||
- 创建了 3 个 Issues:
|
||||
1. #1 配置 Git 用户信息
|
||||
2. #2 填充 USER.md 用户档案
|
||||
3. #3 添加 .gitignore 文件
|
||||
|
||||
## 学习
|
||||
|
||||
- Gitea API 需要 ~/.netrc 文件或 API token 认证(Git 凭证存储不适用于 API)
|
||||
- Gitea 禁止通过 git push 自动创建仓库
|
||||
- curl -n 选项可以自动读取 .netrc 文件
|
||||
|
||||
---
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user