1. 配置邮箱和用户名
git config --global user.email "victor@xx.com"
git config --global user.name "victor"
1.在空目录下用 git init 初始化创建一个git本地仓库