You have installed GPG, then tried to commit and suddenly you see this error message after it:
error: gpg failed to sign the data
fatal: failed to write commit object
Debug
| #! /bin/bash | |
| # NEWLY ADDED BACKUP FUNCTIONALITY IS NOT FULLY TESTED YET, USE WITH CARE, ESPECIALLY DELETION | |
| # Developed for DSM 6 - 7.0.1. Not tested on other versions. | |
| # Steps to install | |
| # Save this script in one of your shares | |
| # Edit it according to your requirements | |
| # Backup /usr/syno/share/nginx/ as follows: | |
| # # cd /usr/syno/share/ | |
| # # tar cvf ~/nginx.tar nginx |
| #!/usr/bin/env python | |
| """Test file for Python syntax highlighting in editors / IDEs. | |
| Meant to cover a wide range of different types of statements and expressions. | |
| Not necessarily sensical or comprehensive (assume that if one exception is | |
| highlighted that all are, for instance). | |
| Extraneous trailing whitespace can't be tested because of svn pre-commit hook | |
| checks for such things. |