简体   繁体   中英

Visual studio 2012 git ssh

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM