[Development] How can I use a proxy to push change to codereview.qt-project.org?
Yang Fan
missdeer at gmail.com
Sat Dec 14 15:42:06 CET 2013
Open your ~/.ssh/config, add some configurations like this:
Host codereview.qt-project.org
Port 29418
ProxyCommand nc -x 192.168.2.111:9999 -X 5 %h %p
User missdeer
BTW, make sure that you have installed an OpenBSD version netcat.
On Sat, Dec 14, 2013 at 12:14 PM, Liang Jian <jianliang79 at gmail.com> wrote:
> I used to be pushing changes to be code reviewed using the following
> command:
> git push ssh://jianliang79@codereview.qt-project.org:29418/qt/qtbaseHEAD:ref/for/stable
> That works fine before, but today after I type the command there is
> not any response for half an hour, I think this is due to network problem,
> maybe due to the china's great firewall or something else. How can I use a
> proxy to push change? Thanks
>
>
> _______________________________________________
> Development mailing list
> Development at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development
>
>
--
Regards,
Fan Yang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20131214/57045d3c/attachment.html>
More information about the Development
mailing list