Windows上的git使用MYSYS [英] Does git on Windows use MYSYS

查看:317
本文介绍了Windows上的git使用MYSYS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我注意到最新版本的git有一个windows版本。
这个版本是否仍然使用MSYS / Cygwin,或者创建了更多本地端口?
也就是说,git的当前windows版本是否还有许多依赖的shell脚本,或者代码是否都被移植到了本机可执行文件中。

I noticed that the lastest version of git has a windows version. Does this version still use MSYS/Cygwin, or has a more native port been created? That is to say, does the current windows version of git, still have numerous shell scripts that it depends upon, or has the code been all ported to native executables.

感谢

Thanks

推荐答案

msysGit-fullinstall-1.7.3.1-preview20101002.exe 完整安装程序将安装您在Windows上编译Git所需的所有内容。

这将允许您查看它需要什么确切的库。
由于Working on Git上的 wiki页面显示 ,它仍然基于mingw:

The msysGit-fullinstall-1.7.3.1-preview20101002.exe full installer will install everything you need to compile Git on Windows.
That will allow you to see what exact libraries it needs. As the wiki page on "Working on Git" shows, it is still based on mingw:


' mingw '是存储库Hannes Sixt的设置从Dscho的初级(并且只有半工作,但是自主托管)MinGW端口开始。

' 4msysgit '(默认远程)是我们的mingw分支,它基本上具有msysGit所需的修复程序。

'mingw' is the repository Hannes Sixt set up starting with Dscho's rudimentary (and only half-working, but self-hosting nevertheless) MinGW port.
'4msysgit' (the default remote) is our fork of mingw, which basically has fixes we needed for msysGit.

这篇关于Windows上的git使用MYSYS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆