Git SSH key not recognized by 2017r3

This forum is for all Flare issues related to using Source Control.
Post Reply
pdenchfield
Propellus Maximus
Posts: 574
Joined: Tue Oct 03, 2006 7:56 am
Location: Seattle, WA
Contact:

Git SSH key not recognized by 2017r3

Post by pdenchfield »

Tech support ticket filed.

Steps to repro:
Attempt to import a Flare project from Git using an SSH key.

Result:
"Could not clone remote <ssh key> for the following reasons: Failed to resolve address for vs: No such host is known.

The url we use is valid, as we can execute a “git clone ssh://company@vs-ssh.visualstudio.com:22/company/_ssh/reponame” on to our local desktops. I did modify the url slightly so our company name and repo name is not displayed. As seen the url, I don’t believe flare r3 is handling url’s with dashes (-) in them, as it is removing the “-ssh.visualstudio.com” and placing it after the initial “:22/”. We used the same url in r2 and didn’t have any issues.
Post Reply