Git安裝

xinxingli發表於2015-09-03

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

Git

安裝的過程中,可以選擇桌面快捷方式

Desktop

安裝後的資料夾

資料夾

開啟git-bash.exe

git-bash.exe

繫結使用者

$ git config --global user.name "yourname"
$ git config --global user.email "youremail@xxx.com"
複製程式碼

相關文章