Question

I'm currently using Visual Studio 2012 Update 4 and trying to use Git which is now integrated. My problem is that the remote server only works with ssh (not https) so I'm not able to push my changes directly from Visual studio. I get "Detailed message: An error was raised by libgit2. Category = Net (Error). This transport isn't implemented. Sorry". So I've to use an external tools and push manually my changes.

Is there a way to push my changes with VS? Is there any configuration to make this easier?

Was it helpful?

Solution

At least as of last year, this feature isn't implemented

As of this writing, Visual Studio 2013 does not have support for ssh-based remotes. If you have a Git remote that uses SSH and you try to perform a network operation in Visual Studio, you’ll get the message “This transport isn’t implemented. Sorry.” (This message comes from the libgit2 library.) I don’t have a timeline for when support for SSH remotes might be implemented in Visual Studio.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top