From owner-freebsd-git@freebsd.org Thu Dec 24 17:00:12 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 59CC94CB093 for ; Thu, 24 Dec 2020 17:00:12 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D1xCJ29nDz4mk5 for ; Thu, 24 Dec 2020 17:00:12 +0000 (UTC) (envelope-from jbeich@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1608829212; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=Xv3i5ugtrPG0f7bo/M5cq7XH1Pe1znUYe8m6cI8JYQo=; b=AiyaJ1YzYkzsrwhr/9rRXqC4O2/KtU4GTDz3uoiHh0JENrlVrNPv+9eyCbUUNnlWVzKYJQ cJPjvLaxqS2zwfPZQulkMbW6MQ+TwF8Xnqmkh4xUIlXxyi+osLquSXNn4bZ9hH+XGFFEz2 XNRdKrp2Un3EeuM877upjoES6mILIndkbCD7tGzKAHmMyUMwtckAnyGy5AP/e03rfJjbe4 PcVJ830jsed1yljRP9axJ/GA/2EfZwqeie1Pv28BeHjn1+KQmcFjkEf2iH65tJOSJQjNgt GZDhFmo76R14HQSvNh8+ZOvt/HCpLiMstxMvtgXSogkocn5uo3uOaEVgY6koUQ== Received: by freefall.freebsd.org (Postfix, from userid 1354) id 3EA1214167; Thu, 24 Dec 2020 17:00:12 +0000 (UTC) From: Jan Beich To: freebsd-git@freebsd.org Subject: Cross-repo access vs. repo-dev playground Date: Thu, 24 Dec 2020 18:00:10 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1608829212; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=Xv3i5ugtrPG0f7bo/M5cq7XH1Pe1znUYe8m6cI8JYQo=; b=f1vwCY0Bt/CdRSDTQM7HXxJJsRIhrNJ2dutMlKjmg6NvQM/nn5xAR6l8XOkGKg7jHhkDz1 +KE30cTvafsgm4NdC6LwkPijuWspI9X2/Ytw3ACgVARctaZHoNVzx4h34rGeCW2uZzvIQ5 Ei6IiwrROqUyGymrk33u6/iZp2dvsRYcrCi25FXrAh+/B1nSimxmTpoXs2u9YhmJug+qJb PjfeTN8GcF9+teUj8XJ3suPVbfn4F/b+a8nWWi0faWI8qCPaUU9gxppab2VAgh6ftQAHLi BQea5Pekdcsblh8FhMBtEv/tdRitc/Cm9dwqC/rT78j00iqx6w8hs3BR6W/gCw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1608829212; a=rsa-sha256; cv=none; b=w+XZjIVsBQnwdEc+MOez8AgyMdQ4mRVNlGV5sohai08RQkOcrE25gFfp+n093a+vA6p0CW AmEZH8yjMzqJV/csW+q5W1WChX7E03jbke6jF9AAGXXUwJx9gXr0aT/AgEYhQRqebK5j3Y KsmdwbkcDFprxaXzYP2g3NwdOluMQZ0xd5py9/XQpgY+NN1mlRCgGH0o83IXUe73DBmgk+ 6j4YFXVhB8qm3IypEDWMmZmi6vI7/j94728A2vMdnuDTXnYCHqwcWFGMmNwvN72giNBTMa m+nRt8KgIXGJwRtwYBLQJGgKEuKy4UHT+2+zvNgRWw7TmbOG5cI/5leombxt8Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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: Thu, 24 Dec 2020 17:00:12 -0000 Having only ports/ bit it seems my ~/.gitconfig is correct, so I've pushed https://cgit-dev.freebsd.org/ports/commit/?h=57b1cfb8f79b but pushing to other *-dev repos fails. Am I missing something? $ cd /path/to/freebsd-doc $ ee share/pgpkeys/jbeich.key $ git commit -m "pgpkeys: update my key" !$ $ git push freebsd FATAL -- ACCESS DENIED Repo doc User jbeich Stage Before git was called Operation Repo write FATAL: W any doc jbeich DENIED by fallthru (or you mis-spelled the reponame) fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. $ git remote -v freebsd git@repo-dev.FreeBSD.org:doc.git (fetch) freebsd git@repo-dev.FreeBSD.org:doc.git (push) origin https://git.FreeBSD.org/doc.git (fetch) origin https://git.FreeBSD.org/doc.git (push)