12 lines
553 B
Markdown
12 lines
553 B
Markdown
需要先在 Gitea 上创建仓库 sinlee/openclaw-sync.git,然后才能推送。
|
||
|
||
步骤:
|
||
1. 打开浏览器登录 Gitea:https://gitea.leexxx.com
|
||
2. 点击右上角 "+" → "New Repository"
|
||
3. 仓库名称填写:openclaw-sync
|
||
4. 选择私有或公开(根据你的需求)
|
||
5. 点击 "Create Repository"
|
||
6. 创建完成后,返回终端重新执行推送:
|
||
git push -u origin openclaw-sync
|
||
|
||
如果你希望我帮忙通过 API 创建仓库,请提供 Gitea 的个人访问令牌(Personal Access Token),我可以调用创建接口。 |