Having difficulty uninstalling git from Windows computer

Whenever I attempt to uninstall git from the control panel, I get this error message:

Git Error Message

Problem is, I don't know where I can download this file: unins000.exe. Can anyone help me?

2

2 Answers

Not sure if this is the best solution - but have you considered going into the file directory and deleting it manually? If yes, you can can do it one of two ways.

First way: Open file explorer, navigate to the folder and delete it.

Second way: Open command line, cd into parent directory and type rmdir -rf Git

An easy and safe way to resolve this issue is to reinstall Git. This should resolve the missing uninstall information. Once reinstalled, you should be able to properly uninstall Git.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like