Hi,

Martin, thanks for catching these lines. It's likely these lines are causing 
the merge conflict git hook to prevent your push. 

Giulia, as long as you remove them and amend your commit you should be alright 
to push. 

Steps:

1. Remove merge markers
2. Amend your commit (git commit --amend)
3. git push 

Best,

Nitesh 


On 2/3/21, 12:01 PM, "Bioc-devel on behalf of Martin Morgan" 
<[email protected] on behalf of [email protected]> wrote:

    Is it from lines like this

    
https://github.com/calabrialab/ISAnalytics/blob/69341f6591c6765a4a70253f7ab85e64cca9845d/vignettes/collision_removal.bib#L18

    in your github repository?

    Martin

    On 2/3/21, 11:32 AM, "Bioc-devel on behalf of Giulia Pais" 
<[email protected] on behalf of [email protected]> wrote:

        Hello,

        I'm trying to push updates to the release 3.12 branch of the 
        bioconductor repo but I got an odd error from git:

        remote: Error: You cannot push without resolving merge conflicts.
        remote:
        remote: Please check the files in the commit pushed to the git-server
        remote: for merge conflict markers like '<<<<<<<', '========', 
'>>>>>>>'.
        remote:
        To git.bioconductor.org:packages/ISAnalytics.git
          ! [remote rejected] RELEASE_3_12 -> RELEASE_3_12 (pre-receive hook 
        declined)
        error: failed to push some refs to 
        'git.bioconductor.org:packages/ISAnalytics.git'

        Of course I checked and there are no merge conflicts (I already pushed 
        the same files on origin and they're the same as the devel branch which 
        gave me no error of sort). What should I do?

        Thanks

        _______________________________________________
        [email protected] mailing list
        https://stat.ethz.ch/mailman/listinfo/bioc-devel
    _______________________________________________
    [email protected] mailing list
    https://stat.ethz.ch/mailman/listinfo/bioc-devel
_______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Reply via email to