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

前端 未结 2 1428
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-22 09:23

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 tha

2条回答
  •  耶瑟儿~
    2020-11-22 10:00

    Git for Windows is msysgit project. The latest version of this project is 1.9.4 so Git is also 1.9.4 in it. This is official Git installer for Windows.

    Also there is a note on download page:

    The current source code release is version 2.1.3. If you want the newer version, you can build it from the source code.

    So you can build Git 2+ on Windows by yourself.

提交回复
热议问题