内容简介:Git for Windows 2.19.0 发布了,该版本带来了不少的更新和 bug 修复:更多内容请查看
Git for Windows 2.19.0 发布了,该版本带来了不少的更新和 bug 修复:
新特性
-
Comes with Git v2.19.0 .
-
There are now fast , built-in versions of
git stashandgit rebase, available as experimental options . -
The included OpenSSH client now enables modern ciphers .
-
The
gitwebcomponent was removed because it is highly unlikely to be used on Windows. -
The
git archimporttool (which was probably used by exactly 0 users) is no longer included in Git for Windows . -
Comes with tig v2.4.0 .
-
Comes with Git LFS v2.5.1 .
-
Comes with Git Credential Manager v1.17.1 .
-
Comes with OpenSSL v1.0.2p .
-
Comes with cURL v7.61.1 .
-
Comes with mingw-w64-nodejs v8.12.0 .
Bug 修复
-
The
http.schannel.checkRevokesetting (which never worked) was renamed tohttp.schannelCheckRevoke. In the same run,http.schannel.useSSLCAInfo(which also did not work, for the same reason) was renamed tohttp.schannelUseSSLCAInfo. -
Avoids a stack overflow with recent Windows Insider versions.
-
Git GUI now handles hooks correctly in worktrees other than the main one.
-
When using
core.autocrlf, the bogus "LF will be replaced by CRLF" warning is now suppressed . -
The funny
fatal error -cmalloc would have returned NULLproblems should be gone.
更多内容请查看 https://github.com/git-for-windows/git/releases/tag/v2.19.0.windows.1
以上所述就是小编给大家介绍的《Git for Windows 2.19.0 发布,升级至 Git 2.19.0》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
从Paxos到Zookeeper
倪超 / 电子工业出版社 / 2015-2-1 / 75.00元
《Paxos到Zookeeper:分布式一致性原理与实践》从分布式一致性的理论出发,向读者简要介绍几种典型的分布式一致性协议,以及解决分布式一致性问题的思路,其中重点讲解了Paxos和ZAB协议。同时,本书深入介绍了分布式一致性问题的工业解决方案——ZooKeeper,并着重向读者展示这一分布式协调框架的使用方法、内部实现及运维技巧,旨在帮助读者全面了解ZooKeeper,并更好地使用和运维Zoo......一起来看看 《从Paxos到Zookeeper》 这本书的介绍吧!