更多>>Java程序設計 Blog
來源:一度好 時間:2022-02-24 閱讀:2352
本文介紹了Git的官網下載路徑與安裝操作步驟
1、下載
官網
https://git-scm.com/
官網下載地址
https://git-scm.com/download/win
官網下載文件路徑
64位 https://github.com/git-for-windows/git/releases/download/v2.35.1.windows.2/Git-2.35.1.2-64-bit.exe
32位 https://github.com/git-for-windows/git/releases/download/v2.35.1.windows.2/Git-2.35.1.2-32-bit.exe
2、安裝
(1)雙擊下載下來的安裝包
(2)在彈出來的窗口“Information”中,直接點擊“Next”
(3)在彈出來的窗口“Select Destination Location”中,選擇合適的安裝路徑,如D:\Program Files\Git,然后點擊“Next”
(如果所選的安裝目錄,已經存在了Git文件夾,會彈出確認窗口,點擊“是(Y)”,即可)
(4)在彈出來的窗口“Select Components”中,直接點擊“Next”
(5)在彈出來的窗口“Select Start Menu Folder”中,直接點擊“Next”
(6)在彈出來的窗口“Choosing the default editor used by Git”中,直接點擊“Next”
(7)在彈出來的窗口“Adjusting the name of the initial branch in new repositories”中,直接點擊“Next”
(8)在彈出來的窗口“Adjusting your PATH environment”中,我們選擇第一項,即勾選“Use Git from Git Bash only”,然后點擊“Next”
(9)在彈出來的窗口“Choosing HTTPS transport backend”中,直接點擊“Next”
(10)在彈出來的窗口“Configuring the line ending conversions”中,直接點擊“Next”
(11)在彈出來的窗口“Configuring the terminal emulator to use with Git Bash”中,直接點擊“Next”
(12)在彈出來的窗口“Choose the default behavior of `git pull`”中,直接點擊“Next”
(13)在彈出來的窗口“Choose a credential helper”中,直接點擊“Next”
(14)在彈出來的窗口“Configuring extra options”中,直接點擊“Next”
(15)在彈出來的窗口“Configuring experimental options”中,直接點擊“Install”,即進入安裝進度條窗口
(16)在彈出來的窗口“Completing the Git Setup Wizard”中,直接點擊“Finish”,即完成安裝
說明:
只需要在第3步時,選擇一下安裝路徑。在第8步時,調整一下勾選項。其他只需要一路Next即可。
評論列表 |
暫時沒有相關記錄
|
發表評論