MacOS – xcode-select –install not available on update server

macossoftware-updatexcode

I'm trying to install the new command line tools in OS X 10.9, and I get this weird error from Apple.

Can't install the software because it is currently available from the Software Update server.

xcode-select --install

screenshot

A workaround is to download the tools from here https://developer.apple.com/downloads/index.action – nnyby

But that also returns an error.

screenshot

Can anyone offer an alternative way to download this?

Best Answer

Xcode Command Line Tools can be downloaded directly from the Apple Developer site here as pointed out by this stackoverflow answer.

You could also just run my Xcode CLT install / bootstrap script if you're looking for a quick automated solution.