配置git账号密码
2021-01-06 本文已影响0人
captainLii
1、配置账号
# git config --global user.name yourName
2、配置密码
# git config --global user.password yourPassword
3、查看配置
# git config --list
git配置
1、配置账号
# git config --global user.name yourName
2、配置密码
# git config --global user.password yourPassword
3、查看配置
# git config --list
git配置