Unverified GPG signature committed by GitHub, why?

861 Views Asked by At

I was working on a C++ project in CLion. I came across a Git Log message:

Commit Log

When I make changes on a repository directly from GitHub, why does it say Unverified GPG signature in the Git Log despite having a Verified mark on GitHub?

GitHub Verified Mark

Edit 1: I have verified and ultimately trusted public and private GPG keys on my machine as well as on GitHub:

rohan@Genesis:~$ gpg --list-keys
/home/rohan/.gnupg/pubring.kbx
------------------------------
pub   rsa3072 2021-07-10 [SC]
      xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
uid           [ultimate] Rohan Bari (Rohan Bari's GPG key created on Tesla's birthday.) <[email protected]>
sub   rsa3072 2021-07-10 [E]
0

There are 0 best solutions below