Open RudraNilBasu opened 6 years ago
https://help.github.com/articles/generating-a-new-gpg-key/ https://help.github.com/articles/signing-commits-using-gpg/
https://stackoverflow.com/a/47561300/6794119 https://stackoverflow.com/a/36811656/6794119
Generate key: gpg --armor --export <key-id>
gpg --armor --export <key-id>
git config user.signingkey 5883ED551C07A217A75291AC22695656C3B83036 git config gpg.program gpg2
Issues: https://github.com/Homebrew/homebrew-versions/issues/681 (https://github.com/Homebrew/homebrew-versions/issues/681#issuecomment-77455942)
https://help.github.com/articles/generating-a-new-gpg-key/ https://help.github.com/articles/signing-commits-using-gpg/
https://stackoverflow.com/a/47561300/6794119 https://stackoverflow.com/a/36811656/6794119