@aniruddh .... yes pushing in git and performing complex tasks is pretty difficult .... so there is a probable solution(i havent tried it yet) transparent proxy .,.<br>and about apt ..... i do not know how correct i stand .. but apt takes the proxy values from the environment variables itself .. you do not have to specifically change its values (i am using ubuntu though)...<br>
<br><br><div class="gmail_quote">On Thu, Mar 25, 2010 at 12:20 PM, Anirudh Sanjeev <span dir="ltr">&lt;<a href="mailto:anirudh@anirudhsanjeev.org">anirudh@anirudhsanjeev.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Renuka,<br>
<br>
While the git solution will work for cloning repos, pushing to them, and<br>
peforming slightly more complex operations are difficult.<br>
<br>
If you&#39;re still insistent on this, I will point you to:<br>
<a href="http://proxychains.sourceforge.net/" target="_blank">http://proxychains.sourceforge.net/</a><br>
<br>
This tool takes any outgoing connection in the network and tunnels it<br>
through a proxy. So if you say<br>
proxychains git push origin master<br>
It uses the proxy to execute the command, assuming that the proxy has port<br>
for git open.<br>
<br>
As for apt, there is a way to modify http proxy specifically:<br>
<a href="http://www.debian-administration.org/articles/177" target="_blank">http://www.debian-administration.org/articles/177</a><br>
<br>
Good luck on your project, it&#39;ll be very useful to everyone in a<br>
university.<br>
<div><div></div><div class="h5"><br>
Anirudh<br>
--<br>
Senior Undergraduate Student, Indian Institute of Technology, Kharagpur<br>
<a href="http://anirudhsanjeev.org" target="_blank">http://anirudhsanjeev.org</a><br>
<br>
Start something! <a href="http://consumelesscreatemore.com" target="_blank">http://consumelesscreatemore.com</a><br>
</div></div></blockquote></div><br>