0


设置git账户名和密码

git config --global user.email [email]   //邮箱
git config --global user.name [username] //密码

查看是否配置成功

git config --list

在这里插入图片描述
出现user.email和user.name表示配置成功

标签: git github

本文转载自: https://blog.csdn.net/dengchuan1987/article/details/128931912
版权归原作者 dengchuan1987 所有, 如有侵权,请联系我们删除。

“设置git账户名和密码”的评论:

还没有评论