Microsoft/vscode

Git - `git.requireGitUserConfig` setting has no effect

Open

#194,102 opened on Sep 26, 2023

View on GitHub
 (0 comments) (3 reactions) (1 assignee)TypeScript (10,221 forks)batch import
buggithelp wanted

Repository metrics

Stars
 (74,848 stars)
PR merge metrics
 (Avg merge 11h 43m) (1,000 merged PRs in 30d)

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