Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Website pusj

Have you uploaded your public key on the Gerrit user interface [1]? The older versions used key files manually uploaded to your home folder, but Gerrit uses its own storage.

I hope this is helpful,
Zoltán

 [1] https://git.eclipse.org/r/#/settings/ssh-keys
-- Zoltán Ujhelyi

Eclipse Technologies Expert
IncQueryLabs Ltd.

> On 2018. Jul 9., at 19:50, Wim Jongman <wim.jongman@xxxxxxxxx> wrote:
> 
> Thanks for the suggestions guys but it had no effect. I still get the same error:
> 
> An exception occurred during push on URI ssh://wjongman@xxxxxxxxxxxxxxx:29418/www.eclipse.org/nebula.git: ssh://wjongman@xxxxxxxxxxxxxxx:29418/www.eclipse.org/nebula.git: push not permitted
> 
> An exception occurred during push on URI ssh://wjongman@xxxxxxxxxxxxxxx:29418/www.eclipse.org/nebula: ssh://wjongman@xxxxxxxxxxxxxxx:29418/www.eclipse.org/nebula: push not permitted
> 
> On Mon, Jul 9, 2018 at 5:20 PM, LE MENEZ Quentin <quentin.lemenez@xxxxxx> wrote:
> Hi WIm,
> 
>  
> 
> If Nick’s solution does not work ,it seems you have a branch strangely named in your repository:
> 
> git ls-remote <remote> refs/for/*  yields 1b1e9071fea1c99045970dcb7fd6b979af0fb4c4        refs/for/master
> 
>  
> 
> This might be why you get denied the right to push as you cannot use the magic branch name of gerrit (refs/for/)
> 
>  
> 
> HTH,
> 
> Quentin
> 
>  
> 
> De : cross-project-issues-dev-bounces@xxxxxxxxxxx <cross-project-issues-dev-bounces@xxxxxxxxxxx> De la part de Nick Boldt
> Envoyé : lundi 9 juillet 2018 17:17
> À : issues, Cross project <cross-project-issues-dev@xxxxxxxxxxx>
> Objet : Re: [cross-project-issues-dev] Website pusj
> 
>  
> 
> I had a similar problem last week. Make sure the URL you're using ends in .git.
> 
>  
> 
> Worked:
> 
>  
> 
> ssh://nickb@xxxxxxxxxxxxxxx:29418/www.eclipse.org/tm.git 
> 
>  
> 
> Didn't work:
> 
>  
> 
> ssh://nickb@xxxxxxxxxxxxxxx:29418/www.eclipse.org/tm
> 
>  
> 
>  
> 
>  
> 
> On Mon, Jul 9, 2018 at 11:04 AM Wim Jongman <wim.jongman@xxxxxxxxx> wrote:
> 
> Thanks for your reply Fred. Did I loose my rights to push during the transition? This is what I am seeing.
> 
>  
> 
>  
> 
> <image001.jpg>
> 
>  
> 
>  
> 
> On Mon, Jul 9, 2018 at 4:59 PM, Frederic Gurr <frederic.gurr@xxxxxxxxxxxxxxxxxxxxxx> wrote:
> 
> Hi,
> 
> This should work:
> 
> ssh://wjongman@xxxxxxxxxxxxxxx:29418/www.eclipse.org/nebula
> 
> 
> Regards,
> 
> Fred
> 
> 
> On 09.07.2018 16:41, Wim Jongman wrote:
> > Hi,
> > 
> > I am trying to make some changes to our website[1] but I cannot seem to
> > guess the correct push uri after it was converted to Gerrit.
> > 
> > I tried [1][2][3] with and without port.
> > 
> > Can anyone tell me the correct push uri?
> > 
> > Cheers, wim
> > 
> > 
> > [1] https://git.eclipse.org/c/gerrit/www.eclipse.org/nebula.git/
> > [2]
> > ssh://wjongman@xxxxxxxxxxxxxxx:29418/gerrit/www.eclipse.org/nebula.git
> > <http://wjongman@xxxxxxxxxxxxxxx:29418/gerrit/www.eclipse.org/nebula.git>
> > [3]
> > ssh://wjongman@xxxxxxxxxxxxxxx:29418/gerrit/www.eclipse.org/nebula.git
> > <http://wjongman@xxxxxxxxxxxxxxx:29418/gerrit/www.eclipse.org/nebula.git>
> > [4]
> > ssh://wjongman@xxxxxxxxxxxxxxx:29418/gitroot/gerrit/www.eclipse.org/nebula.git
> > <http://wjongman@xxxxxxxxxxxxxxx:29418/gitroot/gerrit/www.eclipse.org/nebula.git>
> > 
> > 
> > _______________________________________________
> > cross-project-issues-dev mailing list
> > cross-project-issues-dev@xxxxxxxxxxx
> > To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> > https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
> > 
> 
> -- 
> Frederic Gurr
> Release Engineer | Eclipse Foundation Europe GmbH
> 
> Annastr. 44, D-64673 Zwingenberg
> Handelsregister: Darmstadt HRB 92821
> Managing Directors: Ralph Mueller, Mike Milinkovich, Chris Laroque
> _______________________________________________
> cross-project-issues-dev mailing list
> cross-project-issues-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
> 
>  
> 
> _______________________________________________
> cross-project-issues-dev mailing list
> cross-project-issues-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
> 
> 
> 
>  
> 
> --
> 
> Nick Boldt
> Principal Software Engineer, RHCSA
> Productization Lead :: JBoss Tools & Dev Studio
> IM: @nickboldt / @nboldt / http://nick.divbyzero.com
> 
> 
> TRIED. TESTED. TRUSTED.
> 
> @ @redhatnews      Red Hat
> 
>  
> 
>  
> 
> “The Only Thing That Is Constant Is Change” - Heraclitus
> 
> 
> _______________________________________________
> cross-project-issues-dev mailing list
> cross-project-issues-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
> 
> _______________________________________________
> cross-project-issues-dev mailing list
> cross-project-issues-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Back to the top