[Bioc-devel] git mirror fails

Martin Morgan martin.morgan at roswellpark.org
Thu Sep 1 14:09:17 CEST 2016


On 08/31/2016 05:23 PM, Lara Urban wrote:
> Dear All,
>
> I hope this is the right platform to post my question: I am currently
> trying to update my package on the devel branch. It is available via a
> GitHub repo. I followed the instructions (
> http://bioconductor.org/developers/how-to/git-mirror/) and can commit/push
> to GitHub, but when I switch to the devel branch and want to push again, I
> am "unable to access 'https://github.com/Bioconductor-mirror/covRNA.git/': The
> requested URL returned error: 403". However, I can access the URL via
> browser. Does someone know what is going wring there? Please let me know if
> you need further information.

Hi Lara -- I'm not really an expert on this so hopefully someone else 
will chime in.

This

   https://github.com/Bioconductor-mirror/covRNA.git

is a read-only mirror of the svn repository; you should not be able to 
commit to it, and the instructions should not have lead you to need to 
commit to it.

You should be doing the following on your own repository

    git checkout devel
    git svn rebase
    git merge master --log
    git svn dcommit

maybe you could provide (cut and paste) the transcript of a session 
where you try do this. Also, it might help with diagnostics to report

   git remove -v
   git svn info

again from within your cloned repository.

Martin


>
> Many thanks in advance.
>
> Kind regards, Lara
>


This email message may contain legally privileged and/or...{{dropped:2}}



More information about the Bioc-devel mailing list