安装后 VS 2010 中不显示 Git 扩展

发布于 2024-12-11 05:41:44 字数 64 浏览 0 评论 0原文

我已经多次尝试安装 Git 扩展,但无法在 VS 2010 中显示它。根本没有工具栏菜单“Git”。有什么想法吗?

I have tried installing Git Extensions numerous times and can't get it to show up in VS 2010. There is simply no tool bar menu 'Git'. Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

柒七 2024-12-18 05:41:44

事实证明,由于我已经移动了 Win 7 Git Extensions 中的“我的文档”文件夹,因此在正确的“我的文档”中的 VS 2010 文件夹中安装了加载项,但 VS 仍在 c:\users\'me 中查找'\我的文档\VS 文件夹。

It turns out that since I had moved the 'My Documents' folder in Win 7 Git Extensions installed the add-in in a VS 2010 folder in the correct 'My Documents' but VS was still looking in the c:\users\'me'\my documents\VS folder.

人│生佛魔见 2024-12-18 05:41:44

问题似乎是 Git 扩展仅为当前用户安装加载项。

如果您在以管理员身份运行 VS 2010 时遇到此问题,并且您在不同的用户登录下安装了 Git 扩展,则可以将 Git 扩展加载项文件 - C:\Users\\Documents\Visual Studio 2010\Addins - 复制到您的 C:\Users\\Documents\Visual Studio 2010 目录,Visual Studio 会找到它。

The issue appears to be that Git Extensions installs the add-in for the current user only.

If you are having this issue when running VS 2010 as Administrator, and you installed Git Extensions under a different user login, you can copy the Git Extensions add-in files - C:\Users\\Documents\Visual Studio 2010\Addins - to your C:\Users\\Documents\Visual Studio 2010 directory and Visual Studio will find it.

信仰 2024-12-18 05:41:44

设置Git在:工具->选项->源代码控制 ->插件选择

Set Git in: Tools -> Options -> Source Control -> Plug-in Selection

糖果控 2024-12-18 05:41:44

这看起来类似于 bug 80,它仍然处于打开状态。

下载了源代码并内置了一些日志记录,但在非功能计算机上根本没有出现任何日志记录,在本地计算机上运行良好。
这让我(正确地)相信该插件根本没有被拾取。

我正在登录一个域并有 2 个用户文件夹:

C:\Users\Sebastiaan
C:\Users\Sebastiaan.CAKAD

第二个文件夹不包含 Documents\Visual Studio 2010 中的 Addins 文件夹。

That seems similar to bug 80, which is still opened.

Downloaded the source and built in some logging, but none of that logging was appearing at all on the non-functioning machine, worked fine on the local machine.
Which lead me to believe (correctly) that the addin was not being picked up at all.

I am logging into a domain and have 2 user folders:

C:\Users\Sebastiaan
C:\Users\Sebastiaan.CAKAD

The second folder didn't contain the Addins folder in Documents\Visual Studio 2010.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文