[Bioc-devel] Switch to SSH protocol for git clone instructions on package landing pages?

2018-04-29 Thread Peter Hickey
The one-liner on the package landing page describing how to check out a package from the git repo uses HTTPS rather than ssh, e.g.: # From https://bioconductor.org/packages/bsseq/ git clone https://git.bioconductor.org/packages/bsseq However, as a developer we should be using the SSH protocol (ht

Re: [Bioc-devel] Switch to SSH protocol for git clone instructions on package landing pages?

2018-04-29 Thread Joris Meys
Using SSH will only work when they have a public key on the git server registered. Otherwise they will get the dreaded "Please make sure you have the correct access rights and the repository exists" error message. The same happens when I forget to add the correct key to my pageant. In my humble opi

Re: [Bioc-devel] Switch to SSH protocol for git clone instructions on package landing pages?

2018-04-29 Thread Peter Hickey
Ah, thanks both Joris and Nitesh. I didn't appreciate that SSH access is limited to those with a public key registered on the git server. On Sun, 29 Apr 2018 at 11:50 Turaga, Nitesh wrote: > Hi Pete, > > For developers there is no reason not to use the SSH protocol. But there > are many people w

Re: [Bioc-devel] Switch to SSH protocol for git clone instructions on package landing pages?

2018-04-29 Thread Turaga, Nitesh
Hi Pete, For developers there is no reason not to use the SSH protocol. But there are many people who’d like to clone the repo and look at it on their local machine. Take for example packages which are not maintained on both the bioconductor server and Github. For these packages, a good way for

Re: [Bioc-devel] Switch to SSH protocol for git clone instructions on package landing pages?

2018-04-30 Thread Kasper Daniel Hansen
Still, it is convenient for some of us to have copy+paste code on the landing page. How about having both https and ssh? On Sun, Apr 29, 2018 at 8:57 AM, Peter Hickey wrote: > Ah, thanks both Joris and Nitesh. I didn't appreciate that SSH access is > limited to those with a public key registere

Re: [Bioc-devel] Switch to SSH protocol for git clone instructions on package landing pages?

2018-05-06 Thread Martin Morgan
On 04/30/2018 08:17 AM, Kasper Daniel Hansen wrote: Still, it is convenient for some of us to have copy+paste code on the landing page. How about having both https and ssh? Supporting https:// would require account and password management. I guess we have moved closer to that than originall

Re: [Bioc-devel] Switch to SSH protocol for git clone instructions on package landing pages?

2018-05-07 Thread Kasper Daniel Hansen
I think I am formulating myself pretty badly. If I want to get the Bioconductor git address for a package I gott o (say) https://www.bioconductor.org/packages/bsseq At the bottom of this page, under the heading "Package Archive" I see the source repository (The Bioconductor git pointer, which i

Re: [Bioc-devel] Switch to SSH protocol for git clone instructions on package landing pages?

2018-05-07 Thread Shepherd, Lori
om: Bioc-devel on behalf of Kasper Daniel Hansen Sent: Monday, May 7, 2018 4:56:43 AM To: Morgan, Martin Cc: bioc-devel@r-project.org Subject: Re: [Bioc-devel] Switch to SSH protocol for git clone instructions on package landing pages? I think I am formulating myself pretty badly. If I want to ge