Alcatraz - Xcode 当前未安装命令行工具

Alcatraz - Xcode Command Line Tools are not currently installed

我正在通过 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 所做的事情会影响恶魔岛。

单击 Xcode 中的包管理器后,出现此错误:

我在“偏好下载”部分没有找到可下载的内容, 我确实尝试按照 Xcode Command Line Tool tutorial

安装命令行工具

我是这样验证的:

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 升级有关?)

我该如何解决这个问题?

这个answer确实有效,

恶魔岛似乎与 git 有关。