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
You might have to open CMD
as admin, for the taskkill
to complete.
As commented by mwtmurphy in the comments:
An add-on for those using Git Bash when doing this, use
//
instead of/
to prefix the commands.
So:
bash
$ taskkill //F //PID 11108
$ taskkill //F //PID 22668
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