B
B
brammator2013-12-29 16:33:49
git
brammator, 2013-12-29 16:33:49

MS Visual Studio 2013 + gitolite. How to make friends?

On local machine MSVS 2013, git-extensions 2.47.3 and git 1.8.4-preview20130916
On remote server gitolite 2.3-1
Project [email protected]/testproject, ssh access with key.
From the command line clone, commit, push the project - no problem.
From the git-extensions interface, too.
But from MSVS itself (Team Explorer) it’s impossible to either clone or commit / push a project already cloned using the console and added as a local repository, swears like this:

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

and only if you enter ssh:// before the project URI. What schemes are generally supported - did not find. All MSVS/Team Explorer documentation rests on integration with TFS.
The same problem when working with github: you can clone, commit and push only from the console or from the git extensions interface.
How to make friends?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Kiselev, 2014-12-30
@alexeykiselev

This is a problem with the libgit2 library . Judging by the sources , ssh support was added on 12/12/2013, quite recently.
You may be using one of the previous release versions. Some support for ssh has appeared since version 0.20.0 .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question