Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は OSX を初めて使用するので、何が起きているのかを本当に知らずに削除するだけにはしたくありません。私のマシンから Github とその Git を消去する最良の方法は何ですか?
ありがとう!
git を削除するには、フォルダーを /Application/Git.app からゴミ箱にドラッグ アンド ドロップします。次に、ターミナル (/Application/Utilities/Terminal) を開き、次の行を (1 つずつ) コピーして貼り付けます。
rm -rf /usr/local/git rm /etc/paths.d/git rm /etc/manpaths.d/git
次に、コンピューターを再起動してください