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.
XCode CLI 安装程序将 git 的副本放入 /usr/bin
从 git-scm.com 重新安装最新的 git 将 git 放入 /usr/local/git/bin/git
您能否告诉我执行以下操作是否存在任何已知问题:
sudo rm /usr/bin/git ln -s /usr/local/git/bin/git /usr/bin/git