Re: [Gluster-infra] https access with gerrit

2016-04-26 Thread Michaël Scherer
Le lundi 25 avril 2016 à 13:19 -0400, Vijay Bellur a écrit : > On Mon, Apr 25, 2016 at 4:31 AM, Niels de Vos wrote: > > On Mon, Apr 25, 2016 at 10:15:22AM +0200, Michael Scherer wrote: > >> Le dimanche 24 avril 2016 à 16:08 +0200, Niels de Vos a écrit : > >> > On Sat, Apr 23,

Re: [Gluster-infra] https access with gerrit

2016-04-24 Thread Niels de Vos
On Sat, Apr 23, 2016 at 08:05:50PM -0400, Vijay Bellur wrote: > On Sat, Apr 23, 2016 at 12:48 AM, Kaushal M wrote: > > You need to use the ssh:// URIs to push. The https:// URIs just allow git > > clone. > > > > The ssh:// URIs should be in the format > >

Re: [Gluster-infra] https access with gerrit

2016-04-23 Thread Vijay Bellur
On Sat, Apr 23, 2016 at 12:48 AM, Kaushal M wrote: > You need to use the ssh:// URIs to push. The https:// URIs just allow git > clone. > > The ssh:// URIs should be in the format > `ssh://@review.gluster.org/glusterfs.git` > That used to be the case a while back. git

Re: [Gluster-infra] https access with gerrit

2016-04-22 Thread Kaushal M
You need to use the ssh:// URIs to push. The https:// URIs just allow git clone. The ssh:// URIs should be in the format `ssh://@review.gluster.org/glusterfs.git` On Fri, Apr 22, 2016 at 11:47 PM, Vijay Bellur wrote: > Hey All, > > Whenever I try to push changes (via

[Gluster-infra] https access with gerrit

2016-04-22 Thread Vijay Bellur
Hey All, Whenever I try to push changes (via rfc.sh or git push) from a https clone of glusterfs repository, it fails as: remote: Unauthorized fatal: Authentication failed for 'https://review.gluster.org/glusterfs.git/' Does this work successfully for anybody? Thanks, Vijay