Re: [Bioc-devel] Git error when pushing to bioconductor

2018-06-07 Thread Turaga, Nitesh
Hi Divy, Can you send me the output of your git status git remote -v Best, Nitesh > On Jun 4, 2018, at 12:50 PM, Kangeyan, Divy wrote: > > Hi Nitesh, >I followed the resolve merge conflict article you provided > step by step. There was no error un

Re: [Bioc-devel] Git error when pushing to bioconductor

2018-06-04 Thread Turaga, Nitesh
Hi Divy, It might be possible that you did not resolve all the conflicts you have. Generally, a `git status` will show you all the conflict files which are needed to be cleaned up by the merge. When you do a clean conflict resolution, you will be able to push cleanly to git.bioconductor.org.

Re: [Bioc-devel] Git error when pushing to bioconductor

2018-06-03 Thread Kangeyan, Divy
Hi Lori, When I try Git pull upstream master, I get an error saying *Automatic merge failed; fix conflicts and then commit results*. When I fix the conflict and push it I get the same error as in my previous email. I have attached the full error message when I pull the upstream master b

Re: [Bioc-devel] Git error when pushing to bioconductor

2018-06-03 Thread Shepherd, Lori
Have you tried doing a 'git pull upstream master' ? Do you get any messages when running that command? Generally try the following and post any error messages: Git pull upstream master ( resolve any merge conflicts and commit ) ( make any additional changes and commit) Git push upstream master