LibGit2Sharp.LibGit2SharpException: failed to resolve address for ssh: No such host is known

Troubleshooting error "LibGit2Sharp.LibGit2SharpException: failed to resolve address for ssh: No such host is known. "

Issue Description: Error received: Unable to clone from the given repository. Please make sure that the remote is available and try again. ---> LibGit2Sharp.LibGit2SharpException: failed to resolve address for ssh: No such host is known.


Resolution:

Check the documentation about Authenticating to GIT over SSH

Note that the SSH URL is required to be in the format ssh://login@server.com

If the issue persists, check if the GIT repository can be accessed from your machine and contact your IT department.