msysgitwith 乌龟真的有那么大吗? (约1.46GB)
我在 Windows 7 笔记本电脑上安装了 msysgit,这样我就可以在上面使用 TortoiseGIT。
起初我只是正常安装了msysgit(完整安装程序)和TortoiseGIT。在 tortoiseGIT 配置中,我无法将其设置为正常工作,因为我找不到 git.exe 文件。
经过一番搜索后,我发现我需要在 msysgit 控制台模式下运行initialize.sh 脚本。所以我终于在msysgit的bin文件夹下得到了git.exe。
msysgit 文件夹大约有 1.46 GB,我意识到这个过程下载了整个 git 源代码。在 Linux 中,git-core debian 包要小得多,并且过程要快得多。
我就想知道,真的是这样吗?真的有这么大吗?
有关版本控制的一些信息:
msysgit:1.7.8-preview20111206 git: 1.7.8 乌龟GIT:1.7.6.0
I installed msysgit on my Windows 7 laptop so I could use TortoiseGIT on it.
At first I just installed the msysgit normally (Full Installer) and the TortoiseGIT. In tortoiseGIT configurations I couldn't set it up to work properly because I couldn't finde the git.exe file.
After some search I found out that I needed to run the initialize.sh script on the msysgit console mode. So i finally got the git.exe under bin folder in the msysgit.
The msysgit folder is something around 1.46 GB, and I realized that tis process downloaded the entire git source code. In linux, the git-core debian package is much smaller and the process is much quickier.
I was wondering, is that really it? It's really this big?
Some info on versioning:
msysgit: 1.7.8-preview20111206
git: 1.7.8
tortoiseGIT: 1.7.6.0
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我的 MSysGit 安装目录不到 80MB,我在其中放置了一堆附加工具。我怀疑您已经下载了开发包(用于处理 MSysGit 本身),而不是如果您只想使用 git 时下载的包,即 Git Windows 版。
My MSysGit installation directory is under 80MB and I've put a bunch of additional tools in there. I suspect you've downloaded the development package (for working on MSysGit itself) rather than the package for if you just want to use git, which is Git For Windows.
完整安装程序是 (Linux) git 的完整源代码、Windows git 变体、编译器以及 Msys 环境的所有内容等。我的 V1.7.8(完整安装)目录是 1.48 GB,而 Windows 的 Git C:\Program Files\ 可执行文件只有 205 MB(光盘大小)。
就像 Barend 所说,获取适用于 Windows 的 Git 来进行常规工作,并进行完整安装来满足您对实际情况的好奇心;-) 不过,它需要像吃瓜一样吃,一次一大块。
Full Installer is the whole source code for (Linux) git, and the Windows git variant, and the compilers, and everything for the Msys environment, etc. My V1.7.8 (full install) directory is 1.48 GB, while the Git for Windows C:\Program Files\ executables are just 205 MB (size on disc).
Like Barend said, get the Git for Windows for regular work, and have the Full Install to satisfy your inquisitiveness about what's really going on ;-) It needs to be eaten like a melon though, one chunk at a time.