[Bioc-devel] Git permission denied (publickey)

Andrea Rau andrea.rau at inra.fr
Fri Oct 20 04:59:54 CEST 2017


Hi Nitesh,

Thanks for the quick reply -- after reading through the exchanges on the list over the past week, I realized that my problem was related to the fact that my SSH keys were named github_rsa and github_rsa.pub (rather than id_rsa and id_rsa.pub). I added a config file (as suggested by the FAQ #15 at http://master.bioconductor.org/developers/how-to/git/faq/) in ~/.ssh/ with the following text:

host git.bioconductor.org
    HostName git.bioconductor.org
    IdentityFile ~/.ssh/github_rsa
    User git

And now everything seems to be working just fine.

Thanks again,
Andrea

-----Message d'origine-----
De : Turaga, Nitesh [mailto:Nitesh.Turaga at RoswellPark.org] 
Envoyé : lundi 9 octobre 2017 23:12
À : Andrea Rau <andrea.rau at inra.fr>
Cc : bioc-devel at r-project.org
Objet : Re: Git permission denied (publickey)

Your key is in the system. 

Please send a list of commands you are trying along with the result.

Also send the output for 

	`git remove -v`

Best,

Nitesh

> On Oct 9, 2017, at 4:22 PM, Andrea Rau <andrea.rau at inra.fr> wrote:
> 
> Hello,
> A few days ago I submitted my GitHub id andreamrau (since GitHub knows my SSH key) and my SVN id (a.rau) using the Git/SVN transition form, and I still seem to be having difficulty accessing my packages coseq and HTSFilter. I see the following message when I try to git clone one of my packages:
>  
> Permission denied (publickey).
> fatal: Could not read from remote repository
>  
> Could you let me know if there’s something I have done incorrectly with the transition form?
>  
> Thanks very much for the help,
> Andrea



This email message may contain legally privileged and/or confidential information.  If you are not the intended recipient(s), or the employee or agent responsible for the delivery of this message to the intended recipient(s), you are hereby notified that any disclosure, copying, distribution, or use of this email message is prohibited.  If you have received this message in error, please notify the sender immediately by e-mail and delete this email message from your computer. Thank you.


More information about the Bioc-devel mailing list