Save a git repository to a server reachable via SSH and IP, just a forward slash for absolute path on server:

user % ssh://username@host.xz/absolute/path/to/repo.git/

Just a colon ,it mustn't have the ssh:// for relative path on server (relative to home dir of username on server machine)

user % username@host.xz:relative/path/to/repo.git/