error pushing to git/bioconductor
1
1
Entering edit mode
friedmab ▴ 10
@friedmab-6912
Last seen 4.8 years ago
Genentech, Inc., South San Francisco, C…

I'm having trouble pushing my commit upstream. I presume I haven't set up my local git repository correctly but I'm having trouble figuring out what I did wrong. My git remote -v looks like the push to github page says it should:

friedmab@rescomp5002:~/proj/AnalysisPageServer % git remote -v
origin  git@github.com:apomatix/AnalysisPageServer.git (fetch)
origin  git@github.com:apomatix/AnalysisPageServer.git (push)
upstream    git@git.bioconductor.org:packages/BiocGenerics.git (fetch)
upstream    git@git.bioconductor.org:packages/BiocGenerics.git (push)

I've run git push already:

friedmab@rescomp5002:~/proj/AnalysisPageServer %  git push origin master
Everything up-to-date

But I can't push to the upstream:

friedmab@rescomp5002:~/proj/AnalysisPageServer % git push upstream master
FATAL: W any packages/BiocGenerics b.friedman 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.

Based on the daily build logs it looks like the old version of my package is still building.

Any suggestions?

Thank you

Brad

git AnalysisPageServer • 1.2k views
ADD COMMENT
2
Entering edit mode
Mike Smith ★ 6.5k
@mike-smith
Last seen 7 hours ago
EMBL Heidelberg

Your upstream remote is for the BiocGenerics package, rather than AnalysisPageServer. Perhaps try:

git remote rm upstream
git remote add upstream git@git.bioconductor.org:packages/AnalysisPageServer.git

Also note that you might get a faster response to queries like this on the Bioc-devel mailing list at https://stat.ethz.ch/mailman/listinfo/bioc-devel, this support site is intended to help users rather than developers.

ADD COMMENT

Login before adding your answer.

Traffic: 665 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6