After installed GPG Site: https://gpgtools.org/
Git commit with error:
fatal: cannot run gpg: No such file or directory
error: gpg failed to sign the data
fatal: failed to write commit object
Solution:
git config --global gpg.program $(which gpg)
About Signing commits