vsCode上传代码时提示设置user.name和user.email

  • Post author:
  • Post category:其他


打开vscode终端窗口运行命令:

git config user.name “设置你的名字,如xixihaha”

git config user.email “设置你的邮箱地址,如xiha@xx.com”

然后重新上传代码并运行项目。

查看git名称和邮箱:

git config user.name 查看配置好的名称

git config user.email 查看配置好的邮箱



版权声明:本文为baidu_41904590原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。