Open rohitdatta opened 8 years ago
Another trouble is Git Brackets error when trying co commit:
Error: error: cannot run gpg: No such file or directory
error: could not run gpg.
fatal: failed to write commit object
It happens when u add to git config following rules:
[commit]
gpgsign = true
[gpg]
program = gpg2
I have alias for gpg
, but it does not help
$ which gpg
/usr/local/bin/gpg
$ readlink /usr/local/bin/gpg
/usr/local/bin/gpg2
Given that Git and GitHub now support GPG signature verification, it would be a positive addition for the option to sign your commits show up in the commit window, instead of needing to go to the terminal to sign and commit each time.