From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: "Huang2, Wei" <Wei.Huang2@amd.com>
Cc: Fitzhardinge <jeremy@goop.org>,
"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
Jeremy@rcsinet13.oracle.com,
Ian Campbell <Ian.Campbell@citrix.com>
Subject: Re: Dom0 source download issue
Date: Fri, 22 Jul 2011 11:24:42 -0400 [thread overview]
Message-ID: <20110722152442.GB4217@dumpdata.com> (raw)
In-Reply-To: <EE335F95F28A664DB4A21289D2AA053B018A2CF276@SAUSEXMBP01.amd.com>
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.
prev parent reply other threads:[~2011-07-22 15:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-21 22:21 Dom0 source download issue Huang2, Wei
2011-07-21 23:24 ` Jeremy Fitzhardinge
2011-07-22 7:50 ` Ian Campbell
2011-07-22 8:44 ` Vincent Hanquez
2011-07-22 8:50 ` Ian Campbell
2011-07-22 11:07 ` Vincent Hanquez
2011-07-22 14:43 ` Huang2, Wei
2011-07-22 15:24 ` Konrad Rzeszutek Wilk [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110722152442.GB4217@dumpdata.com \
--to=konrad.wilk@oracle.com \
--cc=Ian.Campbell@citrix.com \
--cc=Jeremy@rcsinet13.oracle.com \
--cc=Wei.Huang2@amd.com \
--cc=jeremy@goop.org \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.