登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
2025 Gitee 年度开源项目报名倒计时,12 月 31 日截止,抓紧时间提交啦!
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
0
Fork
0
小义的爸爸
/
git
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
v2.16.1.windows.1
Git for Windows v2.16.1 Changes since Git for Windows v2.16.0(2) (January 18th 2018) This is a hotfix release, based on upstream Git's hotfix to address a possible segmentation fault associated with case-insensitive file systems. Note: another hotfix might be coming the day after tomorrow, as cURL announced a new version addressing security advisories that might affect how Git talks via HTTP/HTTPS, too. New Features * Comes with Git v2.16.1. Bug Fixes * A set of regressions introduced by patches intended to speed up reset and checkout was fixed (issues #1437, #1438, #1440 and #1442.
1a4ee4d
2018-01-22 21:28
下载
v2.16.1
Git 2.16.1
8279ed0
2018-01-22 13:14
下载
v2.16.0.windows.2
Git for Windows v2.16.0(2) Changes since Git for Windows v2.15.1(2) (November 30th 2017) Git for Windows now has a new homepage: https://gitforwindows.org/ (it is still graciously hosted by GitHub, but now much quicker to type). New Features * Comes with Git Credential Manager v1.14.0. * The Git for Windows installer now offers to configure Visual Studio Code as default editor for Git. * Comes with OpenSSL v1.0.2n. * git checkout is now a lot faster when checking out a lot of files. * The core.excludesfile can now reference a symbolic link. * Comes with patch level 7 of the MSYS2 runtime (Git for Windows flavor) based on Cygwin 2.9.0. * With lots of files, git reset --hard is now a lot faster when the FSCache feature is in effect. Bug Fixes * When cloning into an existing (empty) directory fails, Git no longer removes said directory. * Interrupting processes (and their children) using Control+C is now a lot more robust.
a56c4f9
2018-01-17 03:38
下载
v2.16.0
Git 2.16
2512f15
2018-01-18 05:06
下载
v2.16.0-rc2.windows.1
"Release Candidate" 2 of v2.16.0
f4c11d8
2018-01-07 03:49
下载
v2.16.0-rc2
Git 2.16-rc2
c6c75c9
2018-01-12 05:20
下载
v2.16.0-rc1.windows.1
"Release Candidate" 1 of v2.16.0
3b2f716
2018-01-07 03:40
下载
v2.16.0-rc1
Git 2.16-rc1
36438dc
2018-01-06 05:45
下载
v2.14.3.windows.2
MinGit for Windows v2.14.3(2) This is a MinGit-only release; compared to v2.14.3, there are no patches in Git's source code, but all dependencies are updated. Most importantly, Git Credential Manager is at v1.14.0 (including support for TLS 1.2) and OpenSSL is now at v1.0.2n, fixing two CVEs. Those two CVEs do not realistically affect Git for Windows, but you know, CVEs.
dbc8d81
2017-10-13 23:32
下载
v2.16.0-rc0.windows.1
"Release Candidate" 0 of v2.16.0
8d96ab5
2017-12-30 03:57
下载
v2.16.0-rc0
Git 2.16-rc0
1eaabe3
2017-12-29 06:12
下载
v2.13.1.windows.7
MinGit v2.13.1(7) This version simply backports 5dd2fc4641c (Fix .git/ discovery at the root of UNC shares, 2017-10-13) to allow Git to work correctly in worktrees located at the root directory of a UNC share.
342fb53
2017-10-13 23:32
下载
v2.13.1.windows.6
MinGit for Windows v2.13.1(6) This is a MinGit-only release; compared to v2.13.1(4) (v2.13.1(5) was built incorrectly and is hence no longer publicly available), there are no patches in Git's source code, but all dependencies are updated. Most importantly, Git Credential Manager is at v1.14.0 (including support for TLS 1.2) and OpenSSL is now at v1.0.2n, fixing two CVEs. Those two CVEs do not realistically affect Git for Windows, but you know, CVEs.
cf3e90c
2017-12-04 20:17
下载
v2.13.1.windows.4
MinGit for Windows v2.13.1(4) This is a MinGit-only release; Apart from a purely built-time patch to allow building a MinGit-only prerelease with a current Git for Windows SDK, the changes relative to v2.13.1(3) are purely outside of Git's source code: It comes with current versions of all dependencies, in particular cURL v7.57.0 and OpenSSL 1.0.2m.
cf3e90c
2017-12-04 20:17
下载
v2.15.1.windows.2
Git for Windows v2.15.1(2) Changes since Git for Windows v2.15.1 (November 29th 2017) Bug Fixes * The bug introduced into Git for Windows v2.15.1 where vim would show an ugly warning upon startup was fixed.
5d5baf9
2017-11-29 20:52
下载
v2.15.1.windows.1
Git for Windows v2.15.1 Changes since Git for Windows v2.15.0 (October 30th 2017) New Features * Comes with Git v2.15.1. * Operations in massively-sparse worktrees are now much faster if core.fscache = true. * It is now possible to configure nano or Notepad++ as Git's default editor instead of vim. * Comes with OpenSSL v1.0.2m. * Git for Windows' updater now uses non-intrusive toast notifications on Windows 8, 8.1 and 10. * Running git fetch in a repository with lots of refs is now considerably faster. * Comes with cURL v7.57.0. Bug Fixes * The experimental --show-ignored-directory option of git status which was removed in Git for Windows v2.15.0 without warning has been reintroduced as a deprecated option. * The git update command (to auto-update Git for Windows) will now work also work behind proxies.
81ab034
2017-11-29 18:37
下载
v2.15.1
Git 2.15.1
9b185be
2017-11-28 12:39
下载
v2.15.0.windows.1
Git for Windows v2.15.0 Changes since Git for Windows v2.14.3 (October 23rd 2017) New Features * Comes with Git v2.15.0. Bug Fixes * The auto-updater tried to run at a precise time, and did not run when the computer was switched off at that time. Now it runs as soon after the scheduled time as possible. * The auto-updater no longer suggests to downgrade from Release Candidates. * When the auto-updater asked the user whether they want to upgrade to a certain version, and the user declined, the auto-updater will not bother the user about said version again. * The installer, when run with /SKIPIFINUSE=1, now detects whether any executable in Git for Windows' installation is run * Git for Windows no longer includes (non-working) xmlcatalog.exe and xmllint.exe.
ed3d106
2017-10-30 13:01
下载
v2.15.0
Git 2.15
cb5918a
2017-10-30 13:00
下载
v2.15.0-rc2.windows.2
"Release Candidate 2.5" of v2.15.0 Relative to -rc2, this has mainly a couple of installer fixes, i.e. fixes outside Git's source code.
b7f8941
2017-10-13 23:32
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
1
https://gitee.com/csharphpython/git.git
git@gitee.com:csharphpython/git.git
csharphpython
git
git
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册