[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] Dom0 source download issue



On Fri, Jul 22, 2011 at 09:43:53AM -0500, Huang2, Wei wrote:
> Unfortunately git port is blocked by IT firewall. HTTP is the only method 
> available. 

Nonsense. It is there for you to subvert it. Like this:

If you are behind a firewall, git will have trouble. You need
to get 'corkscrew' and setup git to tunnel the traffic via
the appropiate port.


1). In your .gitconfig have this:
[core]
    gitproxy = $HOME/git-proxy

2). Create a file call $HOME/git-proxy with:
#!/bin/sh
exec /usr/local/bin/corkscrew <your internal proxy address> 80 $*

And that will fix your problem.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.