How to uninstall Git?
Anyone know how to uninstall Git?
I would like to uninstall Git using the Uninstall.sh file that came in the git-2.0.1 install bundle.
I am unable to find the Uninstall.sh file using Terminal. When I enter "git --version" in the command line, I get "Illegal Instruction" in my Terminal window. (See image below).
I would like to uninstall Git and then reinstall it. Perhaps the Git download was corrupt. Any ideas? I am running Mac OS 10.6.8.
Thank you!
Solution 1:
You mean you need to do
cd "/Volumes/Git 2.0.1 Snow Leopard Intel Universal"
sudo bash uninstall.sh
?