You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.