From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.2 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id DBEC02013A for ; Wed, 15 Feb 2017 21:30:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752480AbdBOVaQ (ORCPT ); Wed, 15 Feb 2017 16:30:16 -0500 Received: from cloud.peff.net ([104.130.231.41]:55988 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752385AbdBOVaP (ORCPT ); Wed, 15 Feb 2017 16:30:15 -0500 Received: (qmail 23089 invoked by uid 109); 15 Feb 2017 21:30:15 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.84) with SMTP; Wed, 15 Feb 2017 21:30:15 +0000 Received: (qmail 17613 invoked by uid 111); 15 Feb 2017 21:30:16 -0000 Received: from sigill.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.7) by peff.net (qpsmtpd/0.84) with SMTP; Wed, 15 Feb 2017 16:30:16 -0500 Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Wed, 15 Feb 2017 16:30:13 -0500 Date: Wed, 15 Feb 2017 16:30:13 -0500 From: Jeff King To: Serdar Sahin Cc: Christian Couder , git Subject: Re: Non-zero exit code without error Message-ID: <20170215213013.kohh263sauixf2sk@sigill.intra.peff.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Tue, Feb 14, 2017 at 10:56:02AM +0300, Serdar Sahin wrote: > Just to see, if GIT server causes some issues, I’ve pushed to repo to > github public as a private repo, and can reproduce the issue there as > well. FWIW, that server will be running roughly the same version of Git that is on your GitHub Enterprise install. I doubt the server version is relevant, though. No matter what the server does, if the client is exiting non-zero without indicating why, I think the client needs to be fixed. -Peff