如何关闭git的ssh-agent.exe?

yay*_*123 6 git github

我想卸载git。但是当我尝试获得此消息时:

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

ssh-agent.xe(PID 8112, closing is required)
Run Code Online (Sandbox Code Playgroud)

小智 8

只需转到任务管理器并找到具有提到的名称的进程,然后选择该进程并单击按钮即可End process


小智 5

在您的情况下,您可以从命令行调用

taskkill /pid 8112
Run Code Online (Sandbox Code Playgroud)

有关更多信息,请参阅 taskkill 上的文档

https://technet.microsoft.com/en-us/library/bb491009.aspx