Microsoft/vscode

Git - Git not obeying `commit.gpgsign = false` via `git config --local commit.gpgsign false`

Open

#194,767 opened on Oct 4, 2023

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

Repository metrics

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

Description

  • VS Code Version: 1.82.3
  • OS Version: Windows_NT x64 10.0.19045

Steps to Reproduce:

  1. Open a project that is linked to a git repo
  2. Open terminal and type git config --local commit.gpgsign false
  3. Make some changes
  4. Attempt to commit with your message
  5. GPG prompt pops up

Contributor guide