git 常用命令 git 设置提交用户 git config user.name "yourname" git 保存用户密码 git config credential.helper store git 查看配置 git config -l