WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

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

<Prev in Thread] Current Thread [Next in Thread>