天天看点

git安装

一:安装Git

1.下载

  目前的版本记录:

  

git安装

2.配置用户信息

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

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

git安装