我打算将 GitHub 与 Git 扩展,并可能与 FogBugz 集成(可选)。
查看下载页面并阅读一些相当技术性的半相关问题 我想看看您认为在 Windows 7 上安装什么会更好,因为我想与 Visual 集成Studio 2008(认为这将通过 GitExtensions 实现)。
两者之间的直接答案(msysGit 或 Cygwin?)会很好,但如果在 GitHub 上开始就不再需要任何简单的建议,或者如果我确实完全错过了目标(这有什么关系吗?)。将从 Subversion 导入。
I intend to use GitHub with Git Extensions and possibly integrate with FogBugz (optional).
Looking at the download page and reading some rather technical half related questions I wanted to see what you thought would be better to install on Windows 7, given I want to integrate with Visual Studio 2008 (thinking this would be through GitExtensions).
A straight answer (msysGit or Cygwin?) between the two would be great but any more no brainer advice on starting out on GitHub would be welcome, or if indeed I've missed the mark entirely (does it matter which?). Will be importing from Subversion.
发布评论
评论(5)
Cygwin 是我上次检查时官方推荐的,但我认为 msysgit 现在可能已经赶上了。我正在将 TortoiseGit 与 msysgit 一起使用,它似乎工作正常。受到推崇的。
Cygwin's was the officially recommended one last time I checked, but I think msysgit might have caught up now. I'm using TortoiseGit with msysgit, and it seems to work fine. Recommended.
根据我的经验,Cygwin 更好: Windows Git 教程:Cygwin、SSH 和 Projectlocker。
In my experience, Cygwin is much better: Windows Git Tutorial: Cygwin, SSH and Projectlocker.
如果您将 TortoiseSVN 与 Subversion 一起使用,您可能需要查看 TortoiseGit,TortoiseSVN 的 Git 版本。
If you used TortoiseSVN with Subversion you might want to take a look at TortoiseGit, TortoiseSVN's Git version.
Git 扩展需要 msysGit。 “完整”安装包含 msysGit 和 KDiff3。
至于对比,我所知道的唯一主要区别是 msysGit 还不支持 git-daemon 。由于您使用的是 GitHub,因此这不会对您产生太大影响。
Git Extensions requires msysGit. The "Complete" installation has msysGit and KDiff3 packed with it.
As for the versus, the only major difference I know of is that msysGit doesn't support
git-daemon
, yet. Since you're using GitHub, this shouldn't affect you much.从来没有发现以前的选项非常适合 Windows,并且已经使用 Mercurial 相当长一段时间了。
现在 GitHub 已经完成了 github:windows ,经过一点点使用后,效果非常令人印象深刻。这是一个经过深思熟虑的产品,认为将极大地扩展 GitHub 在 Windows 上的使用。
Never found the previous options that great for Windows and had used mercurial for quite some time instead.
Now GitHub have done github:windows and after just a little use it is very impressive. It's a well thought out product and think will greatly extend GitHub usage on windows.