Microsoft/vscode

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

Open

#194,767 创建于 2023年10月4日

在 GitHub 查看
 (0 评论) (0 反应) (1 负责人)TypeScript (10,221 fork)batch import
buggithelp wanted

仓库指标

Star
 (74,848 star)
PR 合并指标
 (平均合并 11小时 43分钟) (30 天内合并 1,000 个 PR)

描述

  • 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

贡献者指南