makecindy / makecindy/cindy

TapTap Maker 项目同步失败:远端 Git 仓库持续返回 503

Open
#3,506 1 comment 0 reactions 0 assignees View on GitHub
bug TapTapMaker
Dominant language
TypeScript
Stars
2.7k
Forks
401
Avg merge
21h 48m
Merged PRs (30d)
776

Description

**提交人**: xuekang
**客户端版本**: 0.1.64

---

**现象**
通过 taptap-maker 插件将已有 Maker 项目同步到本地时,远端 Git 仓库无法访问,持续返回 HTTP 503。

**环境**
- TapTap Maker 插件(Maker MCP)版本:0.0.32
- Windows 10,Git 2.24.1

**复现步骤**
1. 在 Cindy 中对本地目录执行 maker_init,绑定一个已有 Maker 项目(项目 ID: 7b54088d-6ffb-4a94-9e20-a62ebb8d450f,最后活动时间 2026-05-02)
2. 插件在 fetch 阶段报 remote_http_5xx,自动重试 5 次后失败
3. 绕开插件直接对该远端执行 `git fetch` 同样返回 503

**实际行为**
- maker_init 共尝试 3 次(每次含 5 次自动重试),全部在 fetch 阶段失败
- 手动 git fetch 对 maker.taptap.cn 的 Git 端点得到 HTTP 503
- 本地项目绑定与 Git 仓库初始化均正常,但项目资源(.project/project.json、AI 开发套件等)完全未拉取

**期望行为**
远端仓库可正常 fetch,maker_init 能完整同步项目资源到本地。

**复现频率**
会话内 100%(2026-08-27 多次尝试均失败)

**已尝试的解决办法**
- 重试 maker_init 3 次,均失败
- 绕开插件直接 git fetch,同样 503(可排除插件自身问题)
- 检查本地状态:项目绑定、origin remote 配置正常

**其他线索**
该项目长期不活跃(最后活动时间 2026-05-02),猜测服务端对长期不活跃仓库的“准备/唤醒”流程可能失败,或该 Git 端点存在服务故障。
---
**版本区域**: CN
**OS**: win32 x64 (10.0.19045)
**界面语言**: zh-CN

Contributor guide

Open the contributing guide

Research direction

Start at the maker_init entry point and inspect the fetch-stage handling for remote_http_5xx. Reproduce against maker.taptap.cn and compare the plugin result with a direct git fetch, using the reported retry behavior and 503 response as the baseline. Done means identifying whether the failure is in the service endpoint or the plugin's synchronization handling and documenting the verified outcome.

Written by the indexing model from the issue text.

Assessment

Tech stack
git, typescript
Domain
backend, devops
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.