git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Evan Miller <emmiller@gmail.com>
To: git@vger.kernel.org
Subject: Exit code 255 after large clone (32-bit PowerPC)
Date: Mon, 26 Jul 2021 13:54:07 -0400	[thread overview]
Message-ID: <D3C1583B-8CC8-434B-8AF5-B9827A7FD037@gmail.com> (raw)

What did you do before the bug happened? (Steps to reproduce your issue)

$ git clone -v git@github.com:macports/macports-ports.git
Cloning into 'macports-ports'...
remote: Enumerating objects: 1223319, done.
remote: Counting objects: 100% (685/685), done.
remote: Compressing objects: 100% (341/341), done.
remote: Total 1223319 (delta 289), reused 608 (delta 252), pack-reused 1222634
Receiving objects: 100% (1223319/1223319), 244.46 MiB | 1.09 MiB/s, done.
Connection to github.com closed by remote host.
Resolving deltas: 100% (702052/702052), done.

What did you expect to happen? (Expected behavior)

A successful clone.

What happened instead? (Actual behavior)

$ echo $?
255
$ ls -a macports-ports/
.    ..   .git

What's different between what you expected and what actually happened?

Exit value was 255 instead of 0; no regular files (only .git files) are visible in the cloned directory.

Anything else you want to add:

Other repositories have cloned just fine; however, this repo is considerably larger than the successful cases.

This is a 32-bit PowerPC machine.

[System Info]
git version:
git version 2.32.0
cpu: Power
no commit associated with this build
sizeof-long: 4
sizeof-size_t: 4
shell-path: /bin/sh
uname: Darwin 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh
compiler info: gnuc: 4.2
libc info: no libc information available


             reply	other threads:[~2021-07-26 17:54 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-26 17:54 Evan Miller [this message]
2021-07-26 22:09 ` Exit code 255 after large clone (32-bit PowerPC) brian m. carlson
2021-07-26 22:50   ` Evan Miller
2021-07-27  0:51   ` Ævar Arnfjörð Bjarmason
2021-07-27  1:37     ` brian m. carlson
2021-07-27  2:20       ` Junio C Hamano
2021-07-27  3:05         ` Evan Miller
2021-07-27 12:44           ` Jeff King
2021-07-27  2:08     ` Evan Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D3C1583B-8CC8-434B-8AF5-B9827A7FD037@gmail.com \
    --to=emmiller@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.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).