Run:
brew install gnupg gnupg2 pinentry-macgit config --global user.signingkey <key>git config --global commit.gpgsign truegit config --global gpg.program gpg
Followed by:
nano ~/.gnupg/gpg.conf
| # Add the following 'help' target to your Makefile | |
| # And add help text after each target name starting with '\#\#' | |
| help: ## Show this help. | |
| @fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##//' | |
| # Everything below is an example | |
| target00: ## This message will show up when typing 'make help' | |
| @echo does nothing |
Run:
brew install gnupg gnupg2 pinentry-macgit config --global user.signingkey <key>git config --global commit.gpgsign truegit config --global gpg.program gpgFollowed by:
nano ~/.gnupg/gpg.conf| import socket | |
| import struct | |
| import sys | |
| from httplib import HTTPResponse | |
| from BaseHTTPServer import BaseHTTPRequestHandler | |
| from StringIO import StringIO | |
| import gtk | |
| import gobject |