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.xe(PID 8112, closing is required)
Just go to Task Manager and locate the process with the name which is mentioned and just select that process and click the End process button.
SSH-Agent and OpenSSH are tools in Windows that can be used to authenticate to remote Git repositories, such as GitLab, GitHub, Azure DevOps, etc.
Just go to Task Manager and locate the process with the name which is mentioned and just select that process and click the End process button.
In your case, you could call this from the command line:
taskkill /pid 8112
For further information, see the documentation on taskkill.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With