TortoiseGit、Git 扩展和 SmartGit 可以在 Windows 7 64 位上共存吗?
我三十分钟前刚刚在 Windows 7 64 位上安装了 TortoiseGit 1.6.5、Git Extensions 2.21 和 SmartGit 2.0.4。
这会导致任何兼容性问题吗?
更新:
我认为TortoiseGit和Git扩展应该很好地共存,因为默认情况下Git源代码控制提供程序< /a> 在上下文菜单中显示 TortoiseGit 和 Git 扩展的命令。
摘自Git Source Control Provider官方网站:
I have just installed TortoiseGit 1.6.5, Git Extensions 2.21, and SmartGit 2.0.4 on Windows 7 64bit thirty minutes ago.
Would this cause any compatibility issues?
Update:
I think TortoiseGit and Git Extensions should coexist well, because by default Git Source Control Provider displays commands of both TortoiseGit and Git Extensions in the context menu.
From official website of Git Source Control Provider:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将不同的客户端用于不同的目的并不罕见,因为它们都有自己的优点和缺点。多个客户通常可以很好地合作。请记住,您可能需要对一个客户端进行重新扫描/刷新才能注意到另一个客户端所做的更改。我偶尔会遇到这样的问题:tortoisegit 执行缓存操作会暂时锁定其他客户端。卸载 tortoisegit 对我来说已经够烦人的了,但我们有 60,000 个版本文件,因此它在我们的代码库上可能比其他文件更引人注目。如果您看到有关意外锁定的错误消息,请记住这一点。
It's not uncommon to use different clients for different purposes, as they all have their strengths and weaknesses. Multiple clients generally work very well together. Just keep in mind you might have to do a rescan/refresh for one client to notice changes made by another. I have seen the occasional problem where tortoisegit is doing a caching operation that momentarily locks out the other clients. It was annoying enough for me to uninstall tortoisegit, but we have 60,000 versioned files so it may be more noticeable on our codebase than others. Just keep that in mind if you see error messages about locks you didn't expect.