How to uninstall git

原文链接:http://code.google.com/p/git-osx-installer/wiki/Uninstall

Uninstall  

Featured
Updated Feb 4, 2010 by timchar...@gmail.com

To uninstall Git, run the following:

rm -rf /usr/local/git
rm /etc/paths.d/git
rm /etc/manpaths.d/git
Comment by twi...@gmail.comDec 8, 2008

Does this installer work for Tiger?

Comment by sho...@gmail.comAug 3, 2009

These commands need to be prefixed with sudo.

sudo rm -rf /usr/local/git sudo rm /etc/paths.d/git sudo rm /etc/manpaths.d/git

Comment by shazb...@gmail.comJun 25, 2010

Streamlined using sudo:

sudo rm -rf /usr/local/git /etc/paths.d/git /etc/manpaths.d/git

Comment by aone....@gmail.comNov 20, 2010

After doing that, Little Snitch continues to alert me PubSubAgent? trying to connect to github.com. It's not a real problem, but anyone know where is stored the rss (I suppose is an rss) info?


posted on 2012-05-23 18:11  yang3wei  阅读(265)  评论(0编辑  收藏  举报