全局设置
git config --global credential.helper store // 存储Git账户密码 git config --global user.name xdd // 设置用户名 git config --global user.email xdd@ugoodu.cn // 设置用户邮箱
更多git使用知识点,建议查看:https://support.huaweicloud.com/usermanual-codehub/devcloud_faq_0015.html
注意:本文归作者所有,未经作者允许,不得转载