Closed
Description
- VSCode Version: 1.34.0-insider
- Local OS Version: Win 10 1903 64bit
- Remote OS Version: 4.9.125-linuxkit [python:3.6 base image]
- Remote Extension/Connection Type: Docker
Steps to Reproduce:
- Configure git to gpg sign commits [global .gitconfig locally]
[commit]
gpgsign = true
- Start project in dev container, try to commit
root@953bed01abcd:/workspaces/my-project# git commit -m dockerize
error: gpg failed to sign the data
fatal: failed to write commit object
Does this issue occur when you try this locally?: No
Does this issue occur when you try this locally and all extensions are disabled?: No