Git安裝

下載 Git工具,選擇對應的版本下載

Git

安裝的過程當中,能夠選擇桌面快捷方式

Desktop

安裝後的文件夾

文件夾

打開git-bash.exe

git-bash.exe

綁定用戶

$ git config --global user.name "yourname"
$ git config --global user.email "youremail@xxx.com"
複製代碼
相關文章
相關標籤/搜索