Hello,
I'm currently using build 3.4.1.201410281727 of Titanium Studio, and I noticed that the "import" button from the Develop tab triggers a it clone using the pure git protocol (with port 9418/tcp). However, this behavior may cause problems while working behind a proxy (say for example, from an office network). I'd like to know if anyone have already encountered the issue before, and which workarounds are available at the moment. :)
From what I've seen, most (if not all) of the examples come from github.com, thus it should be possible to clone them directly using http(s):// instead of git:// , but I didn't find any settings in Titanium Studio to force git's behavior.
Thank you by advance o/