From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms12 with LMTPS id 0LAyLtdMIGCuHwAAsNZ9tg (envelope-from ) for ; Sun, 07 Feb 2021 20:25:59 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id kOarFNVMIGB/PQAAbx9fmQ (envelope-from ) for ; Sun, 07 Feb 2021 20:25:57 +0000 Received: from mail.yoctocell.xyz (h87-96-130-155.cust.a3fiber.se [87.96.130.155]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 3A4149403A9 for ; Sun, 7 Feb 2021 20:25:53 +0000 (UTC) From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1612729551; bh=blx+DcZXP0xK1VJlmY7tM3fTkco1oo5mJB52IxguoT0=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=FXnS22fz7fcjH59DvY90CjJLgGJezN3+2vVcFTcpT3HwdUi3Jp8VXThTAQAE7ZEF/ 6D6WQZbqfFn5f1+wZKjLJZbtINUGpmzuGPDp40s5pF2jinEfPy4zsaUH/OyKf2RAKT 5VXrq8FBjHTv/sZlTu/5+9009dpynJk2EJzGsk/w= To: Kyle Meyer Cc: piem@inbox.kyleam.com Subject: Re: [PATCH 0/5] New command for copying public-inbox URLs In-Reply-To: <874kinzsp8.fsf@kyleam.com> References: <20210207075738.8752-1-kyle@kyleam.com> <87sg6859zp.fsf@yoctocell.xyz> <877dnjzug9.fsf@kyleam.com> <874kinzsp8.fsf@kyleam.com> Date: Sun, 07 Feb 2021 21:25:51 +0100 Message-ID: <87a6sfwrow.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -4.00 Authentication-Results: aspmx1.migadu.com; none X-Migadu-Queue-Id: 3A4149403A9 X-Spam-Score: -4.00 X-Migadu-Scanner: scn1.migadu.com X-TUID: 7zwFXgcZNDYX On Sun, Feb 07 2021, Kyle Meyer wrote: > Kyle Meyer writes: > > So maybe this is related to b4's optional attestation checking. > Here's how to turn that off: > > $ git config --global b4.attestation-policy off This did the trick! Thank you very much!