brackets-userland / brackets-git

brackets-git — git extension for adobe/brackets
Other
656 stars 192 forks source link

Support for GPG Signature Verification #1285

Open rohitdatta opened 8 years ago

rohitdatta commented 8 years ago

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.

nezed commented 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