现在的位置: 首页 > 综合 > 正文

How to uninstall git

2018年05月17日 ⁄ 综合 ⁄ 共 742字 ⁄ 字号 评论关闭

原文链接: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?

抱歉!评论已关闭.