Re: [Bioc-devel] Could not read from remote repository

2020-05-05 Thread Yingxin Lin
tion! However it still doesn’t work (same error). > > Best regards, > Yingxin > > From: "Chengyang.Ji12" > Date: Tuesday, 5 May 2020 at 11:44 am > To: Yingxin Lin , Nitesh Turaga , "bioc-devel@r-project.org" > Subject

Re: [Bioc-devel] Could not read from remote repository

2020-05-05 Thread Nitesh Turaga
; Thank you for your suggestion! However it still doesn’t work (same error). > > Best regards, > Yingxin > > From: "Chengyang.Ji12" > Date: Tuesday, 5 May 2020 at 11:44 am > To: Yingxin Lin , Nitesh Turaga > , "bioc-devel@r-project.org" > > Subject:

Re: [Bioc-devel] Could not read from remote repository

2020-05-04 Thread Yingxin Lin
Hi, Thank you for your suggestion! However it still doesn’t work (same error). Best regards, Yingxin From: "Chengyang.Ji12" Date: Tuesday, 5 May 2020 at 11:44 am To: Yingxin Lin , Nitesh Turaga , "bioc-devel@r-project.org" Subject: RE: [Bioc-devel] Could not read from rem

Re: [Bioc-devel] Could not read from remote repository

2020-05-04 Thread Chengyang . Ji12
.b...@gmail.com>; bioc-devel@r-project.org<mailto:bioc-devel@r-project.org> Subject: Re: [Bioc-devel] Could not read from remote repository Hi Nitesh, I have created another ssh key. But the same error still comes up. Are there any other way I could fix the problem. Thank you! Best regards

Re: [Bioc-devel] Could not read from remote repository

2020-05-04 Thread Yingxin Lin
Hi Nitesh, I have created another ssh key. But the same error still comes up. Are there any other way I could fix the problem. Thank you! Best regards, Yingxin On 5/5/20, 1:20 am, "Nitesh Turaga" wrote: Hi, Everything looks fine. It's very unusual to see that you are getting RW

Re: [Bioc-devel] Could not read from remote repository

2020-05-04 Thread Nitesh Turaga
Hi, Everything looks fine. It's very unusual to see that you are getting RW permissions shown from `ssh -T` and you are not able to access your package. It could be a firewall / transient issue with your internet. But, just for the sake of it could you try adding another SSH key to your BiocCr

Re: [Bioc-devel] Could not read from remote repository

2020-05-04 Thread Nitesh Turaga
You must be using the wrong SSH key most likely. If you have R W access it means the key exists but when you try to "fetch" via git, it's using the wrong key. You can set up your config file if you identify which SSH key is correct. Your git remote is malformed(formatting), if you resend it t

[Bioc-devel] Could not read from remote repository

2020-05-03 Thread Yingxin Lin
Hi, I am trying to follow the guideline to sync the existing repositories of my package scClassify, but I got the following error: (base) 192-168-1-112:scClassify yingxinlin$ git fetch --all Fetching origin From https://github.com/SydneyBioX/scClassify * branchmaster -> FETCH_HE