文章目录
一、下载
下载链接,下载系统对应的版本即可。
二、安装步骤
** 打这个勾会一键安装。**
** 选择下一步。**
** 选择安装路径。**
** on the Desktop:添加桌面图标。**
** Windows Explorer integration:Windows资源管理器集成鼠标右键菜单。**
** Git LFS:大文件支持。**
**** Associate .git * configuration files with the default text editor:将 .git 配置文件与默认文本编辑器关联。****
** Assocate .sh files to be run with Bash:将 .sh 文件关联到 Bash 运行。**
** Check daily for Git for Windows updates:每天检查是否有更新。**
** (新功能)Add a Git Bash Profile to Windows Terminal:添加Git Bash配置文件到Windows终端。**
** 选择开始菜单文件夹,下一步。**
** 选择 Git 默认的编辑器**
** 新存储库中初始分支名称的调整**
** 配置PATH环境**
** 选择SSH可执行文件。**
** 选择 HTTPS 传输后端。**
** 配置行结束转换。**
** 配置终端模拟器来与 Git Bash 一起使用。**
** 配置 git pull 的默认操作。**
** 选择凭证帮助器:Git 凭证管理器。**
** 配置额外的特性。**
** 额外的实验配置选项。**
三、检查是否安装完成
1.在桌面任意位置按鼠标右键会出现如下图所示
Git GUI Here
和
Git Bash Here
选项。
如果右键没有,则:
在命令行工具中输入
regedit
,打开注册表编辑器,找到
Directory
中的
Background
。
在
shell
下右键-新建项
open in Git
,其值为
Git Bash Here
,此为右键菜单显示名称。
在
shell
下右键-新建-字符串值
Icon
,双击编辑,其值为
D:\Software\Git\mingw64\share\git\git-for-windows.ico
,此为菜单加图标。
在
open in git
下右键-新建-项
command
,其值为
D:\Software\Git\git-bash.exe
。
2.在命令行工具中输入
git --version
出现如下图相应版本信息号,则证明Git已安装完成。
版权归原作者 Cimbala 所有, 如有侵权,请联系我们删除。