Hi Guys,
I have justed installed openSSH and I am having trouble with the server URL for SSH. When open a bash - I can login successfully as
In this directory I have /Git - which is the folder storing my repository - however when I try
ssh [email protected]:/Git
I get
ssh: Could not resolve hostname some.ip.address:/Git: no address associated with the name
When I login via just ssh [email protected] - then execute "ls" - I can see "Git" as a directory.
How do I actually get the proper "Arbitrary URL" in Git correct - i.e. I assumed it was
ssh://[email protected]:/Git
? Thx