Git 中文详细安装教程01(安装篇)
git官網(wǎng):https://git-scm.com/
Step 1 Information
Please read the following important information before continuing
繼續(xù)之前,請閱讀以下重要信息
Step 2 Select Destination Location
選擇安裝位置
Step 3 Select Components
選擇組件
Step 4 Select Strat Menu Folder
創(chuàng)建開始菜單目錄
Step 5 Choosing the default editor used by Git
選擇Git使用的默認編輯器
翻譯:Use the Nano editor by default
默認使用 Nano 編輯器
Use Vim (The ubiquitous text editor) as Git’s default editor
使用 Vim 作為 Git 的默認編輯器
Use Notepad++ as Git’s default editor
使用 Notepad++ 作為 Git 的默認編輯器
Use Visual Studio Code as Git’s default editor
使用 Visual Studio Code 作為 Git 的默認編輯器
Step 6 Adjusting your PATH environment
Step 6 Adjusting your PATH environment
Step 7 Choosing HTTPS transport backend
選擇HTTPS傳輸后端
Step 8 Configuring the line ending conversions
配置行結(jié)束轉(zhuǎn)換
Step 9 Configuring the terminal emulator to use with Git Bash
配置終端模擬器以與 Git Bash 一起使用
Step 12 Completing the Git Setup Wizard
git安裝驗證:
在命令窗口:輸入碼命令git --version
總結(jié)
以上是生活随笔為你收集整理的Git 中文详细安装教程01(安装篇)的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Docker镜像备份与迁移
- 下一篇: idea中Terminal终端无法执行G