2
我想卸載git。但是,當我嘗試我得到這個消息:如何關閉git的ssh-agent.exe?
The following applications use files that need to be removed. Please close them
ssh-agent.xe(PID 8112, closing is required)
我想卸載git。但是,當我嘗試我得到這個消息:如何關閉git的ssh-agent.exe?
The following applications use files that need to be removed. Please close them
ssh-agent.xe(PID 8112, closing is required)
在你的情況,你可以在命令行
taskkill /pid 8112
如需進一步信息,請致電,這裏是TASKKILL
的文檔只需轉到任務管理器並找到所提及的名稱的進程,並選擇該進程並單擊結束進程按鈕。