win11安装Git

下载 Git 安装包

访问 Git 官方下载页面(https://git-scm.com),选择适用于 Windows 的安装包。通常会自动推荐最新版本的 64 位安装程序(如 Git-2.52.0-64-bit.exe)。

运行安装程序

双击下载的安装包启动安装向导。安装过程中会提示选择安装路径,默认路径为 D:\develop\Git,可保持默认或自定义路径。

选择安装组件:

Additional Icons 添加桌面图标

On the Desktop

Windows Explorer integration 可以右键选择使用Git Bash和Git GUI两种方式的客户端

Git Bash Here

Git GUI Here

Git LFS (Large File Support)大文件支持

Associate .git* configuration files with the default text editor 关联.git后缀文件

Associate .sh files to be run with Bash 关联.sh文件

Check daily for Git for Windows updates 每天检查版本更新

Add a Git Bash Profile to Windows Terminal 将Git Bash添加到Windows Terminal中

Scalar (Git add-on to manage large-scale repositories) Windows新开发的一种大规模仓库管理

然后都是默认,点击下一步就行。

完成安装

点击 Install 开始安装,等待进度条完成。安装结束后取消勾选 View Release Notes ,直接点击 Finish 退出向导。

验证安装

打开终端(Git Bash / 系统终端),输入以下命令验证 Git 安装信息:

bash 复制代码
# 查看Git版本
git version

# 查看Git路径
where git

若显示版本号(如 git version 2.52.0.windows.1),则安装完成。

clone项目到指定目录

bash 复制代码
git clone https://xxx.git "E:\project\Frontend"

安装详情可以点我跳转参考。

相关推荐
真上帝的左手2 小时前
18. 操作系统-Windows-命令提示符
windows
空空kkk3 小时前
Git版本控制(一)
git
GHL2842710904 小时前
文件重命名(C++源码)
前端·c++·windows
毛豆的毛豆Y4 小时前
git 如何 fork 一个仓库的所有分支
git
测试人社区—84165 小时前
Postman API测试指南
人工智能·git·测试工具·自动化·bug·postman
fred_kang5 小时前
win11上使用SecoClient登录报错出现的SV无法连接至服务器信息
windows
芒克芒克7 小时前
『Git Tag标签+项目远程操作全解:推送、拉取与版本同步实战』
java·git
丁劲犇7 小时前
Visual C++下使用Win32 API为Release模式导出崩溃堆栈
c++·windows·crash·dump·离线调试·vc·崩溃堆栈
半夏知半秋8 小时前
kibana介绍与部署(Windows详细版)
大数据·运维·windows·学习·搜索引擎·全文检索
spencer_tseng8 小时前
Insufficient permissions [windows]
windows·acrobat 9.0