Git#

Gitignore#

See also

  • git - Gitignore not working - Stack Overflow 1

Troubleshooting#

GPG signing#

You may get this error while signing a GIT commit

error: gpg failed to sign the data
fatal: failed to write commit object

Change the pin entry mode

echo 'pinentry-mode loopback' >> ~/.gnupg/gpg.conf

Footnotes

1

https://stackoverflow.com/questions/25436312/gitignore-not-working CC BY-SA 4.0, copyright (c) 2014, stackoverflow.com contributors