Fix Forgejo SSH port: 22 not 2222
This commit is contained in:
parent
0cc0c0860d
commit
b01326a3a9
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue