配置git账号密码

1、配置账号

# git config --global user.name yourName

2、配置密码

# git config --global user.password yourPassword

3、查看配置

# git config --list
git配置

你可能感兴趣的:(配置git账号密码)