天天看點

git安裝

一:安裝Git

1.下載下傳

  目前的版本記錄:

  

git安裝

2.配置使用者資訊

  $ git config --global user.name "caojun"

  $ git config --global user.email "[email protected]"

git安裝