赞
踩
在Git中配置用户名和密码非常简单。打开Git Bash终端,并输入以下命令:
git config --global user.name "your_username" git config --global user.email "your_email"
你也可以通过以下命令来查看你的配置信息:
git config -l