This is what I am getting as output when I am trying to commit any file. I tried installing git again and watched some tutorials on youtube to get it started again but it didn't work. Still getting the same error:
error: cannot spawn C:\Program Files (x86)\GnuPG\bin\gpg.exe: No such file or directory error: gpg failed to sign the data fatal: failed to write commit object
Judging from the error message:
you have git gpg signing turned on but no GnuPG installed. Either install it or turn off commit gpg signing. You can disable commit signing using
--no-gpg-signflag on a particular commit command:or disable it permanently by modyfing your global
.gitconfig: