MS Visual Studio + gitolite or github via ssh

Viewed 8836

I have MSVS 2013 + git 1.8.4 + git-extensions 2.47.3 on local machine and gitolite 2.3-1 on remote server

I could clone commit and push my project (git@server.example.com:testproject) by console tools and via git-extension GUI

But I couldn't do the same from "Team Explorer" in MSVS. Even if I clone it manually (by console tool) and add as local repository to MSVS Team Explorer, I can't commit or push, because

An error occurred. Detailed message: An error was raised by libgit2. Category = Net (Error). This transport isn't implemented. Sorry

Everything I found related is about TFS or local git integration.

Same with github project.

Is it even possible to make it work? By some console hooks or something like that?

4 Answers
Related