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 <[email protected]> wrote:

>     I used to be pushing changes to be code reviewed using the following
> command:
>     git push 
> ssh://[email protected]: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
> [email protected]
> http://lists.qt-project.org/mailman/listinfo/development
>
>


-- 
Regards,
Fan Yang
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to