Git 扩展:Windows 7 上没有 Windows 资源管理器 shell,并且在 vs 2010 插件中禁用所有命令?

发布于 2024-09-07 08:45:15 字数 411 浏览 2 评论 0原文

刚刚安装了 git 扩展。一切似乎都很顺利,但如果我在 Windows 资源管理器中右键单击,则没有 GIT 的上下文相关菜单,如网站屏幕截图所示。好像不见了。我已经启动了 Git 扩展应用程序并设法克隆了一个存储库,因此我知道它的工作原理,但是集成到 Windows 7 上的 Windows Explorer 的 shell 中似乎不起作用

此外,我还将该插件安装到了 vs 2010 中,果然有一个名为 GIT 的菜单

,但除了“设置”和“关于 Git 扩展”之外,所有项目都被禁用...

所以我无法从这里克隆存储库,因为它已被禁用...

但奇怪的是,如果我创建一个新的空白项目,那么git 菜单选项全部变为启用,......

有什么想法吗?

真的很坚持这一点,如果有人能照亮我并伸出援助之手,我将非常感激

Just installed git extensions. All appeared to go well but if i right click in windows explorer there is no context sensitive menu for GIT as shown in the screenshots via the site. It seems to be missing. I have launched the Git Extensions applications and managed to clone a repository so i know its working but the integration into the shell of windows exploer on windows 7 doesn't seem to be working

Also i instaled the plugin into vs 2010 and sure enough there is a menu called GIT

but all items are disabled apart from Settings and About Git Extensions...

So i can't clone a repository from here as it is disabled...

But the strange thing is if i create a new blank project then the git menu options all become Enabled,.....

Any ideas?

Really stuck on this, if someone can shine a light and give me a helping hand i would be very grateful

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

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

发布评论

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

评论(2

等数载,海棠开 2024-09-14 08:45:15

我也有同样的行为。这是设计使然——我猜。只需从开始菜单打开 gitextensions 即可。您可以选择在第一页上克隆存储库。

我会避免与 Visual Studio 进行任何类型的源代码管理集成。它让事情变慢了很多。我知道大多数人都习惯于四处游荡。然而,我更喜欢使用 git-bash 并使用别名来获得更高的生产力。我似乎偶尔使用的唯一 GUI 是 Gitk,它带有 --all 选项来可视化历史记录。

另外,请记住每次切换分支时都要关闭 Visual Studio。如果您使用 Resharper(每个人都应该...),请确保您的缓存文件存储在临时文件夹中。

I get the same behaviour. It is by design - I'm guessing. Just open gitextensions from the start menu. You have the option to clone a repository on the first page.

I would avoid any kind of source control integration with Visual Studio. It slows things down quite a bit. I know most people are used to mousing around. However, I much prefer dropping down to the git-bash and using aliases to get much more productivity. The only GUI I seem to use from time to time is Gitk with the --all option to visualize history.

Also, remember to shut down visual studio down every time you switch branches. And if you are using Resharper (as everyone should...) ensure your cache files are stored in the temp folder.

酒废 2024-09-14 08:45:15

我知道这听起来微不足道,但您是否确保在安装过程中选择了 Windows Explorer Shell 集成选项?因为我第一次就一切顺利。
对于 Visual Studio 集成,我注意到菜单选项仅在文件打开时出现。

I know this sounds trivial, but did you make sure the Windows Explorer Shell integration option was selected in the installation process? because I had it working allright the first time around.
for the Visual Studio integartion, I noticed that the menu options only appear when a file is open.

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