git config --global user.name "user name"
git config --global user.email "@mail"
mkdir test
cd test
git init //初始化
git config --global user.name "user name"
git config --global user.email "@mail"
mkdir test
cd test
git init //初始化在这里插入代码片
微信扫一扫
git config --global user.name "user name"
git config --global user.email "@mail"
mkdir test
cd test
git init //初始化
git config --global user.name "user name"
git config --global user.email "@mail"
mkdir test
cd test
git init //初始化在这里插入代码片
相关推荐