This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: GIt Issue
- From: "Iyer, Balaji V" <balaji dot v dot iyer at intel dot com>
- To: Markus Trippelsdorf <markus at trippelsdorf dot de>
- 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:11:12 +0000
- Subject: RE: GIt Issue
- References: <BF230D13CA30DD48930C31D40993300016D7F1BF at FMSMSX102 dot amr dot corp dot intel dot com> <20130326191610 dot GB504 at x4>
> -----Original Message-----
> From: Markus Trippelsdorf [mailto:markus@trippelsdorf.de]
> Sent: Tuesday, March 26, 2013 3:16 PM
> To: Iyer, Balaji V
> Cc: 'gcc@gcc.gnu.org'; Jason Merrill (jason@redhat.com)
> Subject: Re: GIt Issue
>
> 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
Thanks for your help Markus. Unfortunately, http is the only option for me.
Thanks,
Balaji V. Iyer.
>
> --
> Markus