VS2013 had no support for ssh protocol on remote Git repositories. I have read a few articles where the underlying C lib that the git client relied on has now had ssh support added and thus VS2015 hopefully now supports it too.
Does anybody know if SSH is supported and if so, what is the format for the URL for the remote repository since attempting with ssh://
does not work?
Unfortunately we have to use ssh protocol for connection to this private git repository.