git命令使用

全局配置用户名及密码

我们输入git config --global user.name "youname"设置用户名

在输入git config --global user.email "aa@qq.com"设置邮箱

输入git config credential.helper store,在下次使用拉取或提交时,输入密码后,会自动保存

 

posted @ 2020-07-18 09:57  风哀伤  阅读(111)  评论(1编辑  收藏  举报