Skip to content

[Bioc-devel] Error pushing upstream

2 messages · Pedro Baldoni, Nitesh Turaga

#
Hi all,

I am also having issues to push changes to git at git.bioconductor.org. Any
ideas on what could be causing this error?

Any help would be much appreciated.

Thanks,
Pedro

(base) baldoni at MacBook-Pro epigraHMM %  git push upstream main


Enumerating objects: 145, done.

Counting objects: 100% (145/145), done.

Delta compression using up to 8 threads

Compressing objects: 100% (126/126), done.

Writing objects: 100% (126/126), 21.15 KiB | 2.35 MiB/s, done.

Total 126 (delta 74), reused 0 (delta 0)

remote: Resolving deltas: 100% (74/74), completed with 15 local objects.

remote: FATAL: W refs/heads/main packages/epigraHMM plbaldoni DENIED by
fallthru

remote: *error*: hook declined to update refs/heads/main

To git.bioconductor.org:packages/epigraHMM.git

 ! [remote rejected] main -> main (hook declined)

error: failed to push some refs to 'git at git.bioconductor.org:
packages/epigraHMM.git'


(base) baldoni at MacBook-Pro epigraHMM % git remote -v


origin git at github.com:plbaldoni/epigraHMM.git (fetch)

origin git at github.com:plbaldoni/epigraHMM.git (push)

upstream git at git.bioconductor.org:packages/epigraHMM.git (fetch)

upstream git at git.bioconductor.org:packages/epigraHMM.git (push)


(base) baldoni at MacBook-Pro epigraHMM % ssh -T git at git.bioconductor.org |
grep 'epigraHMM'

 R W packages/epigraHMM
#
Hi Pedro,

There is no ?main? branch on the Bioconductor repository. There is only the master branch.

Try

git push upstream master

From: Bioc-devel <bioc-devel-bounces at r-project.org> on behalf of Pedro Baldoni <pedrobaldoni at gmail.com>
Date: Wednesday, April 28, 2021 at 7:27 AM
To: bioc-devel at r-project.org <bioc-devel at r-project.org>
Subject: [Bioc-devel] Error pushing upstream
Hi all,

I am also having issues to push changes to git at git.bioconductor.org. Any
ideas on what could be causing this error?

Any help would be much appreciated.

Thanks,
Pedro

(base) baldoni at MacBook-Pro epigraHMM %  git push upstream main


Enumerating objects: 145, done.

Counting objects: 100% (145/145), done.

Delta compression using up to 8 threads

Compressing objects: 100% (126/126), done.

Writing objects: 100% (126/126), 21.15 KiB | 2.35 MiB/s, done.

Total 126 (delta 74), reused 0 (delta 0)

remote: Resolving deltas: 100% (74/74), completed with 15 local objects.

remote: FATAL: W refs/heads/main packages/epigraHMM plbaldoni DENIED by
fallthru

remote: *error*: hook declined to update refs/heads/main

To git.bioconductor.org:packages/epigraHMM.git

 ! [remote rejected] main -> main (hook declined)

error: failed to push some refs to 'git at git.bioconductor.org:
packages/epigraHMM.git'


(base) baldoni at MacBook-Pro epigraHMM % git remote -v


origin git at github.com:plbaldoni/epigraHMM.git (fetch)

origin git at github.com:plbaldoni/epigraHMM.git (push)

upstream git at git.bioconductor.org:packages/epigraHMM.git (fetch)

upstream git at git.bioconductor.org:packages/epigraHMM.git (push)


(base) baldoni at MacBook-Pro epigraHMM % ssh -T git at git.bioconductor.org |
grep 'epigraHMM'

 R W packages/epigraHMM


_______________________________________________
Bioc-devel at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel