git clone through ssh
This is possibly unrelated directly to the question; but one mistake I just made myself, and I see in the OP, is the URL specification ssh://user@server:/GitRepos/myproject.git – namely, you have both a colon :, and a forward slash / after it signifying an absolute path. I then found Git clone, ssh: Could not resolve hostname … Read more