Downloading Kitchen-sink error

You must Login before you can answer or comment on any questions.

I'm trying to import sample projects from Kitchen Sink from within Titanium Studio and it fails with the following error

We were unable to find a git executable version 1.6.0 or greater, if you have an older version of git you may need to update. If you do have one installed, you may need to enter the location manually in Preferences > Team > Git.

Thanks for help

2 Answers

Knowing which platform you are running on would have been a great help.

Nonetheless, make sure you install Git if you want to retrieve any sample projects. (since it uses that under the hood)

Here is where to get it

I'm using Titanium on Mac OSX 10.7.5 I had no problems with importing Kitchen Sink on Windows, just followed the wizard in Titanium installation, have I to instal something else on Mac?

— answered 8 months ago by Yuri Korolov
answer permalink
2 Comments
  • git comes standard with all macs. Which is not the case for Windows, this is why if you only follow the installation tutorial from the docs, git will not be installed.

    Therefore, you need to install git manually on Windows.

    — commented 8 months ago by Christian Brousseau

  • As I said there was no problem on Windows, but there is on Mac. I downloaded Git separately and installed it. Now import works fine

    — commented 8 months ago by Yuri Korolov

Your Answer

Think you can help? Login to answer this question!