Visual Studio Express 2012 和 Git

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/13665817/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 07:50:24  来源:igfitidea点击:

Visual Studio Express 2012 and Git

gitvisual-studio-2012visual-studio-express

提问by rwallace

Can the IDE level version control support in Visual Studio Express 2012 be used with Git, or would that require plug-in support available only with the full version?

Visual Studio Express 2012 中的 IDE 级别版本控制支持是否可以与 Git 一起使用,或者是否需要仅在完整版本中可用的插件支持?

采纳答案by linquize

Express Editions of Visual Studio 2012: no other plugin supported, except the one (Git Plugin) built by Microsoft.

Visual Studio 2012 Express Edition:不支持其他插件,除了 Microsoft 构建的一个(Git 插件)。

回答by Astaar

Actually, the selected answer is wrong. Visual Studio Express 2012 supports Microsoft's plugin for Git, as it's actually an extension of Team Foundation. You can find it here: http://visualstudiogallery.msdn.microsoft.com/abafc7d6-dcaa-40f4-8a5e-d6724bdb980c

实际上,选择的答案是错误的。Visual Studio Express 2012 支持 Microsoft 的 Git 插件,因为它实际上是 Team Foundation 的扩展。你可以在这里找到它:http: //visualstudiogallery.msdn.microsoft.com/abafc7d6-dcaa-40f4-8a5e-d6724bdb980c

However as of today there are a couple of bugs in the installer preventing from installing it - this is a bug, and will be addressed in a future release (check the comments of the project to see Microsoft's response).

然而,截至今天,安装程序中有几个错误阻止安装它 - 这是一个错误,将在未来版本中解决(查看项目的评论以查看 Microsoft 的响应)。

回答by Alfonso Mu?oz

Have you tried TortoiseGit? I know the preferred choice would be to use a plugin but with the Express is not possible. It happened to me with Ankhsvn when I started with the Express. I don't know if it is a good tool, you can give it a go: https://tortoisegit.org/

你试过 TortoiseGit 吗?我知道首选是使用插件,但使用 Express 是不可能的。当我开始使用 Express 时,它发生在我的 Ankhsvn 身上。不知道是不是好工具,大家可以试试:https: //tortoisegit.org/