This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC git mirror down?


On 11 May 2016 at 18:11, Fritz Reese wrote:
> I can't pull from gcc.gnu.org/git anymore as of today:
>
> $ git fetch origin trunk
> fatal: read error: Connection reset by peer
>
> $ git remote -v
> origin git://gcc.gnu.org/git/gcc.git (fetch)
> origin git://gcc.gnu.org/git/gcc.git (push)
>
> $ git clone https://gcc.gnu.org/git/gcc.git gcc
> Cloning into 'gcc'...
> error: Unable to get pack index
> https://gcc.gnu.org/git/gcc.git/objects/pack/pack-2ed533bd5d2e6806948c9ab4dc782b0895cae239.idx
> error: Unable to find 5ca05cc513c2a141e2636957ed60a9e3d3e75bd6 under
> https://gcc.gnu.org/git/gcc.git
> Cannot obtain needed object 5ca05cc513c2a141e2636957ed60a9e3d3e75bd6
> while processing commit 3e8567ce74a52e5d29bfeab35f4a0eb1be7b4159.
> error: fetch failed.
>
> I can open http://gcc.gnu.org/git in my web browser.
>
> I tried cloning from machines across multiple networks with the same
> results. Did something change recently?

No, it always does that (especially after someone commits something
and it gets pushed from svn to git).

Just try again, it will work.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]