git - Alcatraz - Xcode Command Line Tools are not currently installed -
i'm managing xcode plug-ins via alcatraz.
everything alright until installed , uninstalled git following instruction in uninstalled.sh file in official git.zip file:
sudo rm -rf /usr/local/git/ (in case it's /usr/local/git/bin/git) sudo rm /etc/paths.d/git sudo rm /etc/manpaths.d/git
i have no idea i've done git affect alcatraz.
once click package manager in xcode error:
i found nothing download in preference download section, , did try install command line tool following xcode command line tool tutorial
here's how verified it:
mymacbook-air:~ me$ xcode-select -p /applications/xcode.app/contents/developer
and even:
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
the warning still pops up.
did fail install command line tool?
(or maybe it's not git has related xcode 7 upgrade?)
how fix this?
this answer works,
looks alcatraz has git.
Comments
Post a Comment