Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialDavid Langley
10,965 Pointswarnings when installing Git
Below are some warnings I got when installing Git, as a bit of a newbie what would you suggest ?
I did run the xcode-select --install
but had no idea what to do with the options that came up after this.
Hope you can help !
Thanks....
Warning: A newer Command Line Tools release is available
Update them from Software Update in the App Store.
Warning: You seem to have osx-gcc-installer installed.
Homebrew doesn't support osx-gcc-installer. It causes many builds to fail and
is an unlicensed distribution of really old Xcode files.
Please run xcode-select --install
to install the CLT.
Warning: It appears you have MacPorts or Fink installed.
Software installed with other package managers causes known problems for
Homebrew. If a formula fails to build, uninstall MacPorts/Fink and try again.
1 Answer
Stone Preston
42,016 Pointswere you able to install the command line tools successfully? the warning says to update it in software update in the app store, did you try that?