Date: Thu, 24 Dec 2020 18:00:10 +0100 From: Jan Beich <jbeich@FreeBSD.org> To: freebsd-git@freebsd.org Subject: Cross-repo access vs. repo-dev playground Message-ID: <czyz-ta05-wny@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?czyz-ta05-wny>