Hi,

I'm the maintainer of an existing package : HiCDOC. The github location 
is https://github.com/mzytnicki/HiCDOC

(mzytnicki is the github codespace of my coworker).

Now I am in the process of submitting a new package : HiCParser 
(https://github.com/emaigne/HiCParser).

But when I try to push to the remote I get (note the mzytnicki codespace):

FATAL: W any packages/HiCParser mzytnicki DENIED by fallthru
(or you mis-spelled the reponame)
fatal: Impossible de lire le dépôt distant.

Veuillez vérifier que vous avez les droits d'accès
et que le dépôt existe.

If I run the following command :

ssh -t...@git.bioconductor.org

I can see I have the 'write' rights on HiCDOC (the package I'm 
maintenair of) and the other packages of my coworker (I'm not involved 
in the others). And I get only 'read' rights on my package (HiCParser).

  R W    packages/HiCDOC
  R      packages/HiCParser
  R W    packages/Rmmquant
  R W    packages/srnadiff

Here the result of

git remote -v
origin...@github.com:emaigne/HiCParser.git  (fetch)
origin...@github.com:emaigne/HiCParser.git  (push)
upstream...@git.bioconductor.org:packages/HiCParser.git  (fetch)
upstream...@git.bioconductor.org:packages/HiCParser.git  (push)


How can I resolve this situation ? Did I do something wrong ?

Thanks.

Elise Maigné




        [[alternative HTML version deleted]]

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

Reply via email to