我正在通过 Alcatraz 管理 Xcode 插件。
一切都很好,直到我按照官方git.zip文件中的 uninstalled.sh 文件中的说明安装并卸载了 Git :
sudo rm -rf /usr/local/git/ (in my case it's /usr/local/git/bin/git)
sudo rm /etc/paths.d/git
sudo rm /etc/manpaths.d/git
我不知道我用 git 做了什么会影响 Alcatraz。
在 Xcode 中单击包管理器后,我会收到此错误:
我在“首选项下载”部分中没有找到任何可下载的内容,并且我确实尝试按照Xcode 命令行工具教程安装命令行工具
这是我验证它的方法:
myMacBook-Air:~ me$ xcode-select -p
/Applications/Xcode.app/Contents/Developer
乃至:
myMacBook-Air:~ me$ gcc --version
Configured with:--prefix=/Applications/Xcode.app/Contents/Developer/usr
--with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 7.0.0 (clang-700.0.72) Target: x86_64-apple-darwin14.5.0
Thread model: posix
警告仍然弹出。
我没有安装命令行工具吗?
(或者可能与 git 无关,而是与 Xcode 7 升级有关?)
我该如何解决这个问题?