在 Windows 上安装 Git
如果你是有经验的 Unix 用户,我推荐你先安装 MSYS2,然后通过其中的包管理器下载 Git。否则的话就按照下面的教程一步一步来吧。
先从 Git 官网上下载 Git 安装包(点击「Click here to download」),然后运行安装包。
以下是安装页面的的推荐设置。
- Information:显示的是 GNU General Public License, version 2 的内容,不想看就直接点「Next」
- Select Destination Location:选择你认为合适的下载位置
- Select Components:选择要安装的组件;如果看得懂的话可以自行修改,否则默认就可以,后面都可以调整
- Select Start Menu Folder:选择开始菜单文件夹名称,没有必要修改默认;不过如果你不想在开始菜单里建文件夹的话,可以选择「Don't create a Start Menu folder」
- Choosing the default editor used by Git:选择默认编辑器;除非你知道怎么用 Vim,否则不要选它;选择一个你安装了并且知道怎么用的编辑器(比如 Visual Studio Code);如果你不知道选什么,不如选 Notepad (记事本,不是 Notepad++)
- Adjusting the name of the initial branch in new repositories:默认分支名;选择「Let Git decide」,除非你认为「master」这个词会让你联想到奴隶制(详见这里)
- Adjusting your PATH environment:不要修改默认推荐选项;如果你知道你在做什么,你可以选第一个;非常不推荐第三个选项
- Choosing the SSH executable:除非你知道你在做什么,否则不要修改默认选项
- Choosing HTTPS transport backend:不建议修改默认选项
- Configuring the line ending conversions:强烈建议选择第一个选项(「Checkout Windows style, commit Unix-style line endings」)
- Configuring the terminal emulator to use with Git Bash:建议选择默认选项(MinTTY)
- Choose the default behavior of
git pull
:选择 git pull
该干什么;不建议修改默认选项(「Fast-forward or merge」),除非你知道你在做什么
- Choose a credential helper:建议使用 Git Credential Manager,除非你会用 SSH 或者能背下十几位的密码
- Configuring extra options:不建议修改默认选项
- Enable file system caching:建议勾选
- Enable symbolic links:不建议勾选
- Configuring experimental options:不建议勾选任何选项;点击「Install」直接开始安装
装好后可以选不看 Release Notes。