- Edited
I created a repository and I can clone it over Https like this:
git clone https://repo0.serv00.com/git/priv/myusername/myreponame/
But I would like to clone my repository over SSH.
How can I do it? I need the SSH address of my repository
I created a repository and I can clone it over Https like this:
git clone https://repo0.serv00.com/git/priv/myusername/myreponame/
But I would like to clone my repository over SSH.
How can I do it? I need the SSH address of my repository
Hello,
example with full paths:
git clone ssh://login@repo0.serv00.com/home/login/repo/git/priv/repo_name_goes_here
This basis uses the git client tool so they will not be on our help page.
admin I also think this would be a nice addition to the docs!
Right below The repository will be available at https://repoX.serv00.com/git/VISIBILITY/LOGIN/REPO_NAME/
it could also include something like and also available at ssh://LOGIN@repoX.serv00.com/home/LOGIN/repo/git/VISIBILITY/REPO_NAME
SSH URL was added to the docs.