Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 1
    It looks like you've turned on commit signing somewhere, commit -S. Have you done that deliberately? There's also a config option "commit.gpgsign" - can you check you don't have that set as a local or global config option in git? Commented Feb 20, 2020 at 19:06
  • 2
    it's funny, you spent a lot of time to brush out the email on the picture, but forgot it in the log. Commented Feb 20, 2020 at 20:29
  • @Rup I have checked the repository's Master branch and the 'Require igned commits' is diabled. Then what would be the cause for this error? Commented Mar 7, 2020 at 10:13
  • I think it's something in your client side configuration, not set on the server. (If it was server configuration then you'd be able to commit OK but it would reject a push that contained unsigned commits.) In Visual Studio try Team Explorer, Project Settings, Repository Settings, Other and look for commit.gpgsign = true Commented Mar 8, 2020 at 10:52