git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks commit -q -F C:\Users\h.vledder\AppData\Local\Temp\rpvre0su.5nh
gpg: skipped "[short-key]": No secret key
gpg: signing failed: No secret key
error: gpg failed to sign the data
fatal: failed to write commit object
My collegue can push code , and that i can pull from the repository, But my local commits dont work any more
Hi @Harry Vledder
The error message suggests that Git is trying to sign your commit with GPG, but it cannot find a secret key to use for signing. This is likely due to a configuration issue with your GPG key.
You can try generating a new GPG key and it will work I think.
Thanks Christian , with your answer and some Google it is now working again
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.