Microsoft/vscode

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

Open

#194.767 geöffnet am 4. Okt. 2023

Auf GitHub ansehen
 (0 Kommentare) (0 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

  • 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