Fix Forgejo SSH port: 22 not 2222

This commit is contained in:
Hoid 2026-02-19 13:19:01 +00:00
parent 0cc0c0860d
commit b01326a3a9
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ export PATH=$PATH:/usr/local/bin
```bash
ssh k3s-mgr
cd /tmp
git clone ssh://git@git.cloonar.com:2222/openclawd/<REPO>.git
git clone ssh://git@git.cloonar.com/openclawd/<REPO>.git
cd <REPO>
# ... make changes ...
git add -A && git commit -m "descriptive message" && git push origin main