Dear All, We recently migrated my lab git account from user to organisation which is linked to my email lieven.clement at ugent.be<mailto:lieven.clement at ugent.be>. My user account is lievenclement is linked to my gmail account lieven.clement at gmail.com<mailto:lieven.clement at gmail.com> I have submitted the msqrob2 package to bioconductor. The maintainer email address is lieven.clement at ugent,be, which is also linked to my GitHub organisation account. I would like to push a new commit to the bioconductor remote but get the error attached below (I included all steps to setup the remote). I noticed that the error refers to my organisation account. It would be great if you could help me out. Best, Lieven $ git remote add upstream git at git.bioconductor.org<mailto:git at git.bioconductor.org>:packages/msqrob2.git $ git remote -v origin git at github.com<mailto:git at github.com>:statOmics/msqrob2.git (fetch) origin git at github.com<mailto:git at github.com>:statOmics/msqrob2.git (push) upstream git at git.bioconductor.org<mailto:git at git.bioconductor.org>:packages/msqrob2.git (fetch) upstream git at git.bioconductor.org<mailto:git at git.bioconductor.org>:packages/msqrob2.git (push) $ git fetch --all Fetching origin Enter passphrase for key '/Users/lclement/.ssh/id_rsa': Fetching upstream Enter passphrase for key '/Users/lclement/.ssh/id_rsa?: $ git merge origin/master Already up to date. $ git add . $ git commit -m "DESCRIPTION R version and added NEWS file? $ git push upstream master Enter passphrase for key '/Users/lclement/.ssh/id_rsa': FATAL: W any packages/msqrob2 statOmics 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.
[Bioc-devel] upstream push error
2 messages · Lieven Clement, Nitesh Turaga
Hi, Have you followed http://bioconductor.org/developers/how-to/git/faq/ points 14,15 ,16 ? It?s more likely your keys aren?t set up properly on your end. If it persists, just add a new SSH key. Best, Nitesh From: Bioc-devel <bioc-devel-bounces at r-project.org> on behalf of Lieven Clement <Lieven.Clement at UGent.be> Date: Wednesday, April 28, 2021 at 7:17 AM To: bioc-devel at r-project.org <bioc-devel at r-project.org> Subject: [Bioc-devel] upstream push error Dear All, We recently migrated my lab git account from user to organisation which is linked to my email lieven.clement at ugent.be<mailto:lieven.clement at ugent.be>. My user account is lievenclement is linked to my gmail account lieven.clement at gmail.com<mailto:lieven.clement at gmail.com> I have submitted the msqrob2 package to bioconductor. The maintainer email address is lieven.clement at ugent,be, which is also linked to my GitHub organisation account. I would like to push a new commit to the bioconductor remote but get the error attached below (I included all steps to setup the remote). I noticed that the error refers to my organisation account. It would be great if you could help me out. Best, Lieven $ git remote add upstream git at git.bioconductor.org<mailto:git at git.bioconductor.org>:packages/msqrob2.git $ git remote -v origin git at github.com<mailto:git at github.com>:statOmics/msqrob2.git (fetch) origin git at github.com<mailto:git at github.com>:statOmics/msqrob2.git (push) upstream git at git.bioconductor.org<mailto:git at git.bioconductor.org>:packages/msqrob2.git (fetch) upstream git at git.bioconductor.org<mailto:git at git.bioconductor.org>:packages/msqrob2.git (push) $ git fetch --all Fetching origin Enter passphrase for key '/Users/lclement/.ssh/id_rsa': Fetching upstream Enter passphrase for key '/Users/lclement/.ssh/id_rsa?: $ git merge origin/master Already up to date. $ git add . $ git commit -m "DESCRIPTION R version and added NEWS file? $ git push upstream master Enter passphrase for key '/Users/lclement/.ssh/id_rsa': FATAL: W any packages/msqrob2 statOmics 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. _______________________________________________ Bioc-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel