内容简介:Git for Windows 2.16.3 已发布,更新内容如下: 新特性 Comes with Git v2.16.3. When choosing to "Use Git from the Windows Command Prompt" (i.e. add only the minimal set of Git executables to the P...
Git for Windows 2.16.3 已发布,更新内容如下:
新特性
Comes with Git v2.16.3.
When choosing to "Use Git from the Windows Command Prompt" (i.e. add only the minimal set of Git executables to the
PATH
), and when choosing the Git LFS component, Git LFS is now included in that minimal set. This makes it possible to reuse Git for Windows' Git LFS, say, from Visual Studio.Comes with gawk v4.2.1.
In conjunction with the FSCache feature,
git checkout
is now a lot faster when checking out a lot of files.Comes with Git LFS v2.4.0.
Comes with Git Credential Manager v1.15.0.
Comes with cURL v7.59.0.
The Git for Windows SDK can now be "installed" via
git clone --depth=1 https://github.com/git-for-windows/git-sdk-64
.The
tar
utility (included as a courtesy, not because Git needs it) can now unpack.tar.xz
archives.
Bug 修复
When a
TERM
is configured that Git for Windows does not know about, Bash no longer crashes.The regression where
gawk
stopped treating Carriage Returns as part of the line endings was fixed.When Git asks for credentials via the terminal in a Powershell window, it no longer fails to do so.
The installer is now more robust when encountering files that are in use (and can therefore not be overwritten right away).
The included
find
andrm
utilities no longer have problems with deeply nested directories on FAT drives.The
cygpath
utility included in Git for Windows now strips trailing slashes when normalizing paths (just like the Cygwin version of the utility; this is different from how MSYS2 chooses to do things).The certificates of HTTPS proxies configured via
http.proxy
are now validated against theca-bundle.crt
correctly.
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Git 2.13.1 发布,分布式版本控制系统
- Git 2.21.0 发布,分布式版本控制系统
- Git 2.24 发布,分布式版本控制系统
- Git for Windows 2.13.1 发布,分布式版本控制系统
- Git for Windows 2.14.3 发布,分布式版本控制系统
- Git for Windows 2.15.1 发布,分布式版本控制系统
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。