全局配置用户名
git config --global user.name "wumoto"
全局配置邮箱
git config --global user.email "312869658@qq.com"
初始化仓库
mkdir bbs #新建文件夹
cd bbs #转到文件夹
git init #初始化
克隆仓库
git clone https://github.com/houdunwang/cart.git
git config --global user.name "wumoto"
git config --global user.email "312869658@qq.com"
mkdir bbs #新建文件夹
cd bbs #转到文件夹
git init #初始化
git clone https://github.com/houdunwang/cart.git