You have installed GPG, then tried to perform a git commit and suddenly you see this error message after it 😰
error: gpg failed to sign the data
fatal: failed to write commit object
Understand the error (important to solve it later!)
| docker logs nginx 2>&1 | grep "127." | |
| # ref: http://stackoverflow.com/questions/34724980/finding-a-string-in-docker-logs-of-container |
| import base64 | |
| from cryptography.hazmat.backends import default_backend | |
| from cryptography.hazmat.primitives.asymmetric import rsa | |
| from cryptography.hazmat.primitives import serialization | |
| from cryptography.hazmat.primitives import hashes | |
| from cryptography.hazmat.primitives.asymmetric import padding | |
| def utf8(s: bytes): | |
| return str(s, 'utf-8') |
| Action | Command |
|---|---|
| Move to next chat | Ctrl + Tab |
| Move to next chat | Ctrl + PageDown |
| Move to next chat | Alt + Arrow Down |
| Move to previous chat | Ctrl + Shift + Tab |
| Move to previous chat | Ctrl + PageUp |
| Move to previous chat | Alt + Arrow Up |
| Go to Previous Folder | Ctrl + Shift + Arrow Up |
| Go to Next Folder | Ctrl + Shift + Arrow Down |