Add Gitea SSH clone preference note

This commit is contained in:
hotwa
2026-03-28 22:41:14 +08:00
parent c9929bc640
commit 616934623f

View File

@@ -0,0 +1,11 @@
# Gitea clone preference
- Date: 2026-03-28
- Host: `gitea.jmsu.top`
- Rule: if HTTPS clone fails for repos on `gitea.jmsu.top`, retry with SSH on port `2222`.
- Preferred form: `git clone ssh://git@gitea.jmsu.top:2222/<owner>/<repo>.git`
- Context: `headscale-grpc-client` HTTPS clone returned repository-not-found, while SSH clone succeeded passwordlessly.
# Follow-up capability idea
- After validating the `headscale-grpc-client` project against the remote Headscale instance, package the remote Headscale control/test workflow as a reusable skill and store the durable note in the memory repo for future orchestration.