Fix GPG sign hanging

- Moohr
- 1 min read

If you are signing your code with GPG and for some reason the key box is not popping up and the agent just hangs, you can try these steps.
- Open elevated command prompt window
gpgconf --kill gpg-agent
gpgconf --launch gpg-agent
Sometimes it takes twice to get it working, so you should try it twice.