Fat*_*ela 3 git uninstallation git-bash
Please help me close the following:
I want to uninstall git from my windows machine, and I cannot because of the following popup error message:
Try, from a CMD, the commands:
taskkill /F /PID 11108
taskkill /F /PID 22668
Run Code Online (Sandbox Code Playgroud)
You might have to open CMD as admin, for the taskkill to complete.
正如mwtmurphy在评论中所评论的:
执行此操作时使用 Git Bash 的附加组件,使用
//代替/命令前缀。
所以:
bash
$ taskkill //F //PID 11108
$ taskkill //F //PID 22668
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
2135 次 |
| 最近记录: |