|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|