emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Repository problem?


From: Eli Zaretskii
Subject: Re: Repository problem?
Date: Fri, 31 Dec 2021 14:51:08 +0200

> From: John Yates <john@yates-sheets.org>
> Date: Fri, 31 Dec 2021 06:40:57 -0500
> 
> $ git clone git://git.savannah.gnu.org/emacs.git
> Cloning into 'emacs'...
> remote: fatal: Out of memory, realloc failed
> remote: aborting due to possible repository corruption on the remote side.
> fatal: early EOF
> fatal: fetch-pack: invalid index-pack output

I get this:

  ~/test-clone$ git clone git://git.savannah.gnu.org/emacs.git
  Cloning into 'emacs'...
  fatal: unable to connect to git.savannah.gnu.org:
  git.savannah.gnu.org[0: 2001:470:142::168]: errno=Connection refused
  git.savannah.gnu.org[1: 209.51.188.168]: errno=Connection refused

But:

  ~/test-clone$ git clone https://git.savannah.gnu.org/git/emacs.git
  Cloning into 'emacs'...
  remote: Counting objects: 968472, done.
  remote: Compressing objects: 100% (177822/177822), done.
  remote: Total 968472 (delta 795603), reused 960310 (delta 789344)
  Receiving objects: 100% (968472/968472), 349.50 MiB | 7.58 MiB/s, done.
  Resolving deltas: 100% (795603/795603), done.
  Checking out files: 100% (4575/4575), done.

I will ask Savannah folks whether the git:// protocol was
intentionally disabled or is this just some snafu.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]