<html><body><div style="color:#000; background-color:#fff; font-family:Courier New, courier, monaco, monospace, sans-serif;font-size:10pt"><div><span>Thanks but I'm on windows and Starbucks is a lot easier.</span></div><div><span><br></span></div><div><span></span></div><div><br></div>  <div style="font-family: Courier New, courier, monaco, monospace, sans-serif; font-size: 10pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> "xizhi.zhu@nokia.com" <xizhi.zhu@nokia.com><br> <b><span style="font-weight: bold;">To:</span></b> scorp1us@yahoo.com; rickstockton@reno-computerhelp.com; interest@qt-project.org <br> <b><span style="font-weight: bold;">Sent:</span></b> Friday, March 16, 2012 9:26 AM<br> <b><span style="font-weight: bold;">Subject:</span></b> RE: [Interest] qt5 shapshot - not git or
 guitorious<br> </font> </div> <br>
Hi,<br><br>In Linux, this works for me:<br>1) install socat and corkscrew<br><br>2) make the following script, and put it as /usr/bin/gitproxy:<br>#!/bin/sh<br>_proxy=<proxy address><br>_proxyport=<proxy port><br> exec socat STDIO PROXY:$_proxy:$1:$2,proxyport=$_proxyport<br><br>3) git config core.gitProxy gitproxy<br><br>4) add in your ~/.ssh/config file:<br>Host *gitorious.org<br>    Hostname <a target="_blank" href="http://ssh.gitorious.org">ssh.gitorious.org</a><br>    Port 443<br>    ProxyCommand corkscrew <proxy address> <proxy port> %h %p<br><br>Host <a target="_blank" href="http://codereview.qt-project.org">codereview.qt-project.org</a><br>    Port 29418<br>    User <your user name><br>    IdentityFile ~/.ssh/id_rsa #change this if needed<br>    ProxyCommand corkscrew <proxy address> <proxy port> %h %p<br><br>================<br>Xizhi
 Zhu (Steven)<br><br>Software Engineer @ Qt Development Frameworks<br>Nokia<br><br>Phone number:<br>+358 (0)50 480 1247<br>+491722534236<br>________________________________________<br>From: interest-bounces+xizhi.zhu=<a ymailto="mailto:nokia.com@qt-project.org" href="mailto:nokia.com@qt-project.org">nokia.com@qt-project.org</a> [interest-bounces+xizhi.zhu=<a ymailto="mailto:nokia.com@qt-project.org" href="mailto:nokia.com@qt-project.org">nokia.com@qt-project.org</a>] on behalf of ext Jason H [<a ymailto="mailto:scorp1us@yahoo.com" href="mailto:scorp1us@yahoo.com">scorp1us@yahoo.com</a>]<br>Sent: Friday, March 16, 2012 2:17 PM<br>To: Rick Stockton; <a ymailto="mailto:interest@qt-project.org" href="mailto:interest@qt-project.org">interest@qt-project.org</a><br>Subject: Re: [Interest] qt5 shapshot - not git or guitorious<br><br>Thanks for the offer and the help everyone.<br><br>After some hacking I discovered that HTTPS was more reliable. I even had to set
 up NTLMaps (NTML proxy) in addition to configuring the proxy however even with tweaking that (max cons = 50) I was still not able to pull back qtbase and the other large modules, but the smaller modules worked fine (qlalr)<br><br>Eventually I "fixed" the problem by going to Starbucks and not using the company LAN. To me, this is a failure of git/gitorious, and just another reason why git sucks. The web works here at work, I don't know why git has to think it's so special. (I'm not commenting on the other features of git, just the network protocol(s)) I should not have to jump through such hoops in 2012. Adding insult to injury, my coffee was over priced and they used soy milk instead of regular milk.<br><br>Anyway, I should be good now, since the updates should be less sizable.<br><br>Thanks again for your help and your offers :-)<br><br><br><br><br>________________________________<br>From: Rick Stockton <<a
 ymailto="mailto:rickstockton@reno-computerhelp.com" href="mailto:rickstockton@reno-computerhelp.com">rickstockton@reno-computerhelp.com</a>><br>To: Jason H <<a ymailto="mailto:scorp1us@yahoo.com" href="mailto:scorp1us@yahoo.com">scorp1us@yahoo.com</a>>; <a ymailto="mailto:interest@qt-project.org" href="mailto:interest@qt-project.org">interest@qt-project.org</a><br>Sent: Thursday, March 15, 2012 5:53 PM<br>Subject: Re: [Interest] qt5 shapshot - not git or guitorious<br><br>On 03/15/2012 10:01 AM, Jason H wrote:<br>I am looking for a snapshot of Qt5 but not from git or guitorius do to the fact that git does not work....<br>So where can I get a source snapshot, old school style?<br>Jason: If you can wait for snail-mail, I can burn a CD (or DVD, if the total size requires one). If that sounds good, reply with your mailing address privately-- and be sure to put the word cuty-five-point-something (wink) in your title. This is a "live" email address,
 but my spam filters are pretty tough.<br><br><br><br> </div> </div>  </div></body></html>