[Bioc-devel] pre-receive hook declined

Michael Love m|ch@e||@@|@h|ove @end|ng |rom gm@||@com
Thu Jul 1 07:49:46 CEST 2021


I'm getting a similar error, trying to push commits for a new package
submission. So this is my first attempt to push to Bioc git servers
for this package.

After following instructions from
https://bioconductor.org/developers/how-to/git/new-package-workflow/
...

spatialDmelxsim git:(main) > git push upstream main:master
Enumerating objects: 20, done.
Counting objects: 100% (20/20), done.
Delta compression using up to 8 threads
Compressing objects: 100% (10/10), done.
Writing objects: 100% (12/12), 1.60 KiB | 1.60 MiB/s, done.
Total 12 (delta 5), reused 0 (delta 0), pack-reused 0
remote: Traceback (most recent call last):
remote:   File "hooks/pre-receive.h00-pre-receive-hook-dataexp-workflow",
line 90, in <module>
remote:     apply_hooks(hooks_dict)
remote:   File "hooks/pre-receive.h00-pre-receive-hook-dataexp-workflow",
line 72, in apply_hooks
remote:     if hooks_dict["pre-receive-hook-merge-markers"]:  # enable hook
remote: KeyError: 'pre-receive-hook-merge-markers'
To git.bioconductor.org:packages/spatialDmelxsim
 ! [remote rejected] main -> master (pre-receive hook declined)
error: failed to push some refs to
'git.bioconductor.org:packages/spatialDmelxsim'



More information about the Bioc-devel mailing list