安装:
Git 命令行
-
Git命令行官网下载:https://git-scm.com/downloads(按照提示安装)注意在 Configuring the line ending conventions 页面选择 Check out as-is , Commit as-is
-------------------------------------------------------------------------------------------------
TortoisGit
-
TortoisGit官网下载:https://tortoisegit.org/download/(按照提示安装)
配置:
把 git-lfs.exe 所在路径手动添加一下系统环境变量(path)。如:博主的电脑上需要添加的路径是“C:\Program Files\Git\mingw32\bin”
克隆过程:
- 新建空文件夹
- 鼠标右键 –> Git克隆 –> 填写URL –> 勾选 LFS –> 点“确定”
- 动态图如下: