Skip to content
Prev 11887 / 21307 Next

[Bioc-devel] Git permission denied (publickey)

Dear Biocondcutor admins,

I am the maintainer of the cleaver package (and a co-maintainer of MSnbase,
Pbase, synapter). As many other user mentioned here I got the same "permission
denied (publickey)" error message. I already submit my mail address, svn
username and github id via the google form.

My mail address: mail at sebastiangibb.de
Svn username: s.gibb
GitHub ID: sgibb
(public key is available via https://github.com/sgibb.keys )

I tried:
git clone git at git.bioconductor.org:packages/cleaver
Cloning into 'cleaver'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

My .ssh/config (same as for github but hostname differs):

Host bioconductor.org
  Hostname bioconductor.org
  User git
  IdentityFile /home/sebastian/.ssh/sgibb at github:id_rsa
  PreferredAuthentications publickey

Anything else I could do?

Best wishes,

Sebastian
On 2017-10-09 22:22:19, andrea.rau at inra.fr wrote: