This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GIt Issue
- From: Markus Trippelsdorf <markus at trippelsdorf dot de>
- To: "Iyer, Balaji V" <balaji dot v dot iyer at intel dot com>
- Cc: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>, "Jason Merrill (jason at redhat dot com)" <jason at redhat dot com>
- Date: Tue, 26 Mar 2013 20:16:10 +0100
- Subject: Re: GIt Issue
- References: <BF230D13CA30DD48930C31D40993300016D7F1BF at FMSMSX102 dot amr dot corp dot intel dot com>
On 2013.03.26 at 18:28 +0000, Iyer, Balaji V wrote:
> Hello everyone,
> I am trying to clone a git repository and I am getting the following error. Can someone please tell me what this error could be and how I could fix this? It worked for me a while back but not now.
>
> I tried the following command:
> git clone http://gcc.gnu.org/git/gcc.git gcc.git
>
>
> This is the output I got:
>
> Initialized empty Git repository in /export/users/gcc.git/.git/
> error: The requested URL returned error: 503 (curl_result = 22, http_code = 503, sha1 = 948da40c5008d4d7c2f8020f4e0ebddfc144350d)
> error: Unable to find 52979cfc138789a17ec692b59dd239566b055e94 under http://gcc.gnu.org/git/gcc.git
> Cannot obtain needed tree 52979cfc138789a17ec692b59dd239566b055e94
> while processing commit caacf4a76941db5eb611e9350da17f05447316a6.
> error: Fetch failed.
Please try the git protocol instead of http:
git clone git://gcc.gnu.org/git/gcc.git gcc.git
--
Markus