unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Repository problem?
@ 2021-12-31 11:40 John Yates
  2021-12-31 12:51 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: John Yates @ 2021-12-31 11:40 UTC (permalink / raw)
  To: Emacs developers

$ 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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Repository problem?
@ 2021-12-31 12:11 Vitaly Ankh
  0 siblings, 0 replies; 3+ messages in thread
From: Vitaly Ankh @ 2021-12-31 12:11 UTC (permalink / raw)
  To: john; +Cc: emacs-devel

I also met this problem several days ago. Tried a few more times and
the clone succeeded finally.
Anyway, it seems that the machine needs a restart to restore its memory.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Repository problem?
  2021-12-31 11:40 Repository problem? John Yates
@ 2021-12-31 12:51 ` Eli Zaretskii
  0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2021-12-31 12:51 UTC (permalink / raw)
  To: John Yates; +Cc: emacs-devel

> 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.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-31 12:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-31 11:40 Repository problem? John Yates
2021-12-31 12:51 ` Eli Zaretskii
  -- strict thread matches above, loose matches on Subject: below --
2021-12-31 12:11 Vitaly Ankh

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).