openclaw-sync/REPO_HELP.md

14 lines
789 B
Markdown

I'm unable to access the repository via SSH. The connection is being closed immediately after authentication. This usually means:
1. The repository does not exist at the path I'm trying (ssh://git@gitea.leexxx.com:61222/sinlee/openclaw-sync.git)
2. The repository exists but under a different owner or name.
3. There's a server-side issue.
To fix this, please either:
- Confirm the exact repository path (owner and name) as it appears in Gitea after creation.
- Or provide the HTTP URL of the repository (e.g., https://gitea.leexxx.com/sinlee/openclaw-sync), and I can derive the SSH URL.
- Or try to push via HTTP (if you have credentials set up) to verify the repo exists.
Once we have the correct path, I'll update the remote and push.
Let me know the correct repository identifier.