From owner-freebsd-git@freebsd.org Wed Dec 23 16:49:15 2020 Return-Path: Delivered-To: freebsd-git@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9955A4C4831 for ; Wed, 23 Dec 2020 16:49:15 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4D1K172DPmz3Q7q for ; Wed, 23 Dec 2020 16:49:15 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: by mailman.nyi.freebsd.org (Postfix) id 4C61E4C4939; Wed, 23 Dec 2020 16:49:15 +0000 (UTC) Delivered-To: git@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4C2B54C46E2 for ; Wed, 23 Dec 2020 16:49:15 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from mail-yb1-f179.google.com (mail-yb1-f179.google.com [209.85.219.179]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D1K171bQrz3Q5Y; Wed, 23 Dec 2020 16:49:15 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: by mail-yb1-f179.google.com with SMTP id y128so72747ybf.10; Wed, 23 Dec 2020 08:49:15 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QIuGVpXqfOwROA4rWD4YZooO/QPWlLW0jIBfhZvLy+w=; b=Oqf8bIAELK7RkUCMPWPsYp7nyQ8zq+AP5iZm+TPXa3/Lzuv6p8QQZz4qigFPfZFDAb 9Xy5DPH8SVrUxOm17ShVscOZ6zsder5LnZyldv1CJL+3toDllTMol0jJ7meqFj/Sk19j Bt1WaFt8TltvxVqsGo3kFZS0vF6K6SQ/stg2sWTc0vUOUZsJYn5M1B//Du+8GwGIOEg4 lomhjXaBXfNCUT+V/7eTor9WxkN9a1HqSxXn5s2uiM583B7VoQlJG0Ho0ptjlFOjax9x 7eZkWq2RS6/PVQprXbkqrbsyoueOD5zwFevqNrlbc4gg2Bs31LGE8wtG/7W9gXgBMsOM ArAw== X-Gm-Message-State: AOAM531m20QptpwEPw/9ySRwOqzFwRpKCfEtudOBugEj13qYz1Od/DPl x65brQc5hxk/e1Vg1IyU1cWAEIj6DrFwIJpYuZFwuAOSuvU= X-Google-Smtp-Source: ABdhPJyNgVSo75dFYTHeSL/guTc7cMvkA5YAOScypVCmPDU4Q9T+nbqpRxCTCguPQ+Gm3udJM1vPGYMwd8N7jSDfPCI= X-Received: by 2002:a25:4148:: with SMTP id o69mr36350698yba.462.1608742154218; Wed, 23 Dec 2020 08:49:14 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: =?UTF-8?Q?Ulrich_Sp=C3=B6rlein?= Date: Wed, 23 Dec 2020 17:49:03 +0100 Message-ID: Subject: Re: Checkout problems To: Gordon Bergling Cc: git@freebsd.org, David Wolfskill X-Rspamd-Queue-Id: 4D1K171bQrz3Q5Y X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2020 16:49:15 -0000 On Wed, Dec 23, 2020 at 5:39 PM David Wolfskill wrote: > On Wed, Dec 23, 2020 at 05:35:26PM +0100, Gordon Bergling wrote: > > Fellow developers, > > > > I try to checkout the new FreeBSD git sources, but even afer after > > 3 days I had not luck. > > > > The command I tried was the following, > > > > git clone -o freebsd --config > remote.freebsd.fetch='+refs/notes/*:refs/notes/*' > https://git.freebsd.org/src.git > > > > But even on freefall, it wasn't successful. > > > > Has anyone an idea about what the problem my be? > > Well, you're not showing us any logs, so it's hard to tell for sure. Please add -v (maybe two or three times) and actually show us the error you are getting. Cheers Uli PS: any reason you need a checkout on freefall itself?