Microsoft/vscode

Git - `git.requireGitUserConfig` setting has no effect

Open

#194,102 opened on Sep 26, 2023

 (0 comments) (3 reactions) (1 assignee)TypeScript (39,847 forks)batch import
buggithelp wanted

Repository metrics

Stars
 (184,936 stars)
PR merge metrics
 (PR metrics pending)

Description

I set git.requireGitUserConfig to false, but I still get the error message: Make sure you configure your "user.name" and "user.email" in git.

According to January 2021 (version 1.53), that setting should allow to disable the requirement of a user name or email address before committing.

This is related to #114433 and #112294.

  • VS Code Version: 1.82.2
  • OS Version: Windows 10 Pro

Contributor guide