Skip to content
Prev 18014 / 21312 Next

[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.