gitgit-for-windows

How do I close the ssh-agent.exe for Git?


I want to uninstall Git. But when I try to I get this message:

The following applications use files that need to be removed. Please close them

ssh-agent (PID 8112, closing is required)


Solution

  • In your case, you could call this from the command line:

    taskkill /pid 8112
    

    For further information, see the documentation on taskkill.