Hello,

I am trying to push a new version of my package to git.bioconductor.org. I
was able to do that in the past. But I've recently changed my public key
and not sure whether this causes a problem. However, I can see my new
public key here - https://github.com/wikiselev.keys - and it is the first
one in the list.

When I look at the remote I can see git.bioconductor.org there but when I
try to push to upstream I get an error:

git remote -v
origin  g...@github.com:hemberg-lab/scmap.git (fetch)
origin  g...@github.com:hemberg-lab/scmap.git (push)
upstream        g...@git.bioconductor.org:packages/scmap.git (fetch)
upstream        g...@git.bioconductor.org:packages/scmap.git (push)

git push origin master
Everything up-to-date

git push upstream master
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

Could anyone please help?
Many thanks in advance,
Kind regards,
Vladimir
-- 
http://genat.uk

        [[alternative HTML version deleted]]

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

Reply via email to