Created
March 4, 2020 04:59
-
-
Save kamermans/adae2aae83b60e20b399744d56156877 to your computer and use it in GitHub Desktop.
Fixes the dreaded "Pageant is already running" error by killing the conflicting gpg-agent that prevents PuTTY Pageant from starting.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
ECHO Killing orphaned pagaent instances... | |
taskkill /IM "gpg-agent.exe" /F | |
PAUSE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment