From: "Dilip M" <dilipm79@gmail.com>
To: "Paolo Ciarrocchi" <paolo.ciarrocchi@gmail.com>,
"Git Mailing List" <git@vger.kernel.org>
Subject: Re: Fetch via http and proxy which requires authentication
Date: Mon, 3 Nov 2008 19:32:14 +0530 [thread overview]
Message-ID: <c94f8e120811030602p57007278p5a2c48ce7663282d@mail.gmail.com> (raw)
In-Reply-To: <4d8e3fd30808280313i70f572cfh9c14fbc2adbf5cea@mail.gmail.com>
On Thu, Aug 28, 2008 at 3:43 PM, Paolo Ciarrocchi
<paolo.ciarrocchi@gmail.com> wrote:
>> Hi all,
>> i'm looking for a way to use git behind a corporate proxy which
>> requires authentication.
>> i just need to be able to fetch/pull via http.
>> i'm using git on a win xp box.
>> Any hint?
>
> Yes, google for http_proxy ;-)
>
> export http_proxy=http://host:port
> git clone http://username:password@giturl
I tried setting, export http_proxy=http://<user>:<password>@host:port
But git clone failed!
$git clone http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git git
clone http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Initialized empty Git repository in /home/dilipm/bin/linux-2.6/.git/
fatal:
http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/info/refs
download error - The requested file was not found
What may the problem? How can debug....
PS: wget works ...
--
Dilip
next prev parent reply other threads:[~2008-11-03 14:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-28 6:00 Fetch via http and proxy which requires authentication Paolo Ciarrocchi
2008-08-28 10:13 ` Paolo Ciarrocchi
2008-11-03 14:02 ` Dilip M [this message]
2008-11-04 11:13 ` Paolo Ciarrocchi
2008-11-06 13:29 ` Dilip M
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=c94f8e120811030602p57007278p5a2c48ce7663282d@mail.gmail.com \
--to=dilipm79@gmail.com \
--cc=git@vger.kernel.org \
--cc=paolo.ciarrocchi@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).