All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard MUSIL <richard.musil@st.com>
To: linux-kernel@vger.kernel.org
Subject: Problem with http access to stable git - linux-2.6.23.y
Date: Wed, 14 Nov 2007 12:04:14 +0100	[thread overview]
Message-ID: <473AD62E.2030805@st.com> (raw)

I am experiencing problem when accessing 2.6.23.y stable git over http.
In my config I have:

[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[remote "origin"]
        url = http://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
        fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
        remote = origin
        merge = refs/heads/master
[remote "linux-2.6.22.y"]
        url = http://www.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.22.y.git
        fetch = +refs/heads/*:refs/remotes/linux-2.6.22.y/*
[remote "linux-2.6.23.y"]
        url = http://www.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.23.y.git
        fetch = +refs/heads/*:refs/remotes/linux-2.6.23.y/*

Which basically means I am cloning Linus' git and fetching stable branches.
For linux-2.6.22.y it has been working fine so far, but for linux-2.6.23.y
I am getting:

> git fetch linux-2.6.23.y
Cannot get the repository state from http://www.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.23.y.git

I wonder if I have misconfigured something or there is some difference
between 2.6.22.y and 2.6.23.y on server side.

Please note, I cannot use git or ssh instead of http, because I am behind
corporate firewall/proxy.

Richard

                 reply	other threads:[~2007-11-14 11:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=473AD62E.2030805@st.com \
    --to=richard.musil@st.com \
    --cc=linux-kernel@vger.kernel.org \
    /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.