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.
我的机器上的 git 有问题,我不小心从系统中删除了 /usr/bin/git。
我的 git 是通过 XCode 命令行工具安装的,但我找不到重新安装它的方法。
未卸载 git,已删除 git 文件。
有没有从 XCode 或其他地方重新安装命令行工具的方法?或者我可以在哪里获得原始 git 文件以再次添加到 /usr/bin 的地方?
谢谢
sudo cp /Applications/Xcode.app/Contents/Developer/usr/bin/git /usr/bin/git
我不知道为什么/usr/bin/git不仅仅是该文件的符号链接,而是在我的系统上它是一个单独的(相同的)副本。
/usr/bin/git