vscode报错:请确保已在Git中配置您的"user.name"和"user.email"的解决办法 即需要配置一下 user.name 和 user.emailgit config user.name 你的github用户名 git config user.email 邮箱地址