Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
156 views
in Technique[技术] by (71.8m points)

Why is it that if you download Git 2.0 from the net, you always get a 1.9.4 installer package?

Why is it that if you download Git 2.0 from the net, you always get a 1.9.4 installer package? Why can't you just find a Git installer package on the internet anywhere that is not only labeled 2.0+ , but the installation archive you download is also labeled as such?

For example: This 2.1.3 site takes you to this 1.9.4 site download.

Question&Answers:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

There is a new project called "Git For Windows": https://git-for-windows.github.io/

As I explained, it will replace msysgit, with the phasing out of msysgit (Q4 2015) and the new Git For Windows (Q2 2015).

It has a much more recent bash, based on the 64bits msys2 project, an independent rewrite of MSYS, based on modern Cygwin (POSIX compatibility layer) and MinGW-w64, with the aim of better interoperability with native Windows software.
msys2 comes with its own installer too.

The git bash is now (with the new Git For Windows 2.6.x):

GNU bash, version 4.3.42(2)-release (x86_64-pc-msys)
Copyright (C) 2013 Free Software Foundation, Inc.

(as opposed to the old 32-bits msys bash from Git for Windows 1.9.5:
GNU bash, version 3.1.20(4)-release (i686-pc-msys) 2005).

This 4.3 bash comes with the latest patches.

You can install the SDK in order to build a git 2.x.
(The SDK will bring the right git sources)

Update 2015: you now can test on Windows the latest Git releases (2.6.2+ at the moment): https://github.com/git-for-windows/git/releases/.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...