Add Gitea SSH clone preference note
This commit is contained in:
11
agents/openclaw-main/gitea-ssh-clone-preference.md
Normal file
11
agents/openclaw-main/gitea-ssh-clone-preference.md
Normal 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.
|
||||
Reference in New Issue
Block a user