Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 2.12 KB

File metadata and controls

44 lines (30 loc) · 2.12 KB

Repository Mirroring / 仓库镜像说明

CosmoEdge maintains a read-only mirror on Gitee for users in mainland China.

CosmoEdge 在 Gitee 维护只读镜像,方便国内用户访问。


Primary & Mirror / 主从关系

GitHub (Primary / 主仓) Gitee (Mirror / 镜像)
URL github.com/cosmo-wander-ai/cosmo-edge gitee.com/cosmo-wander-ai/cosmo-edge
Role Source of Truth (主仓) Read-only mirror (只读镜像)
Sync Auto-sync via GitHub Actions (自动同步)

Issues & Pull Requests / 问题与贡献

Action Where / 位置
Bug reports (问题反馈) GitHub IssuesGitee Issues
Feature requests (功能建议) GitHub IssuesGitee Issues
Pull Requests (代码贡献) GitHub only
Discussions (讨论) GitHub Discussions

Note / 说明: Gitee Issues are monitored, but pull requests should be submitted to GitHub. Code merged on GitHub is automatically mirrored to Gitee.

Gitee Issues 会被关注处理,但代码贡献请提交到 GitHub。合并到 GitHub 的代码会自动同步到 Gitee。

Sync Frequency / 同步频率

  • Triggered on every push to the main branch (每次 main 分支 push 后自动触发)
  • Manual trigger available via workflow_dispatch (支持手动触发)
  • Typical sync delay: < 2 minutes (同步延迟通常 < 2 分钟)

For Mainland China Users / 国内用户

If you experience slow access to GitHub, use the Gitee mirror:

如果 GitHub 访问较慢,可使用 Gitee 镜像:

git clone https://gitee.com/cosmo-wander-ai/cosmo-edge.git