From owner-freebsd-git@freebsd.org Tue Apr 6 18:29:01 2021 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 B88315B375E for ; Tue, 6 Apr 2021 18:29:01 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4FFGJF4tVhz4X34 for ; Tue, 6 Apr 2021 18:29:01 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id A79825B36C7; Tue, 6 Apr 2021 18:29:01 +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 A76015B34D6 for ; Tue, 6 Apr 2021 18:29:01 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FFGJF48YTz4XGK; Tue, 6 Apr 2021 18:29:01 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from beaver (unknown [81.6.39.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: ehaupt) by smtp.freebsd.org (Postfix) with ESMTPSA id 0793FF3B3; Tue, 6 Apr 2021 18:29:00 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Date: Tue, 6 Apr 2021 20:28:59 +0200 From: Emanuel Haupt To: Thierry Thomas Cc: git@freebsd.org Subject: Re: git@git.freebsd.org: Permission denied (publickey) Message-Id: <20210406202859.682d393f4ba25bf13d55b203@FreeBSD.org> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd13.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Tue, 06 Apr 2021 18:29:01 -0000 Thierry Thomas wrote: > Hello, > > Trying to push my first commit, I get this error: > > git@git.freebsd.org: Permission denied (publickey). > fatal: Could not read from remote repository. > > Please make sure you have the correct access rights > and the repository exists. > > Any clue? Setup your work tree like this: https://github.com/lwhsu/freebsd-git-docs/blob/main/URLs.md Emanuel