如何卸载git 2016-09-30 本文已影响3914人 突突突突击大队 <1.>找到git的位置 终端命令:which -a git <2.>cd进入git所在的目录 终端命令:cd /usr/bin/git(这个是一般的默认位置) <3.>删除命令 终端命令:sudo rm -rf git*