Microsoft/vscode

Git - `git.requireGitUserConfig` setting has no effect

Open

#194.102 geöffnet am 26. Sept. 2023

Auf GitHub ansehen
 (0 Kommentare) (3 Reaktionen) (1 zugewiesene Person)TypeScript (10.221 Forks)batch import
buggithelp wanted

Repository-Metriken

Stars
 (74.848 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11h 43m) (1.000 gemergte PRs in 30 T)

Beschreibung

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