From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by dcvr.yhbt.net (Postfix) with ESMTP id 273611F47C for ; Sun, 15 Jan 2023 18:38:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231520AbjAOSgM (ORCPT ); Sun, 15 Jan 2023 13:36:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39066 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231204AbjAOSgJ (ORCPT ); Sun, 15 Jan 2023 13:36:09 -0500 Received: from cloud.peff.net (cloud.peff.net [104.130.231.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 40DE9CC37 for ; Sun, 15 Jan 2023 10:36:08 -0800 (PST) Received: (qmail 7717 invoked by uid 109); 15 Jan 2023 18:36:07 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Sun, 15 Jan 2023 18:36:07 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 22295 invoked by uid 111); 15 Jan 2023 18:36:08 -0000 Received: from coredump.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Sun, 15 Jan 2023 13:36:08 -0500 Authentication-Results: peff.net; auth=none Date: Sun, 15 Jan 2023 13:36:06 -0500 From: Jeff King To: Theodore Ts'o Cc: Crls , git@vger.kernel.org Subject: Re: ctrl-z ignored by git; creates blobs from non-existent repos Message-ID: References: <632d051b-d81b-b35d-0641-c2488a124810@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Sun, Jan 15, 2023 at 10:45:19AM -0500, Theodore Ts'o wrote: > > Expected: The same issue does not happen with other non-existent repos e.g., > > git clone git.zx2c4/ it returns the message of fatal repo not found > > So what's going on is that github.com is not returning a non-existent > repo error; it's prompting for a username/password, as _if_ the > repository exists. That's presumably to prevent disclosing > information as to whether or not a private repository exists or not. I can confirm that this is exactly the reason. -Peff