Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Any problems pushing to Gerrit?

You have to deal with your works proxy/firewall to work with this port.
If your firewall blocks the port, you have to use https and the special password from the gerrit web (see http://wiki.eclipse.org/CDT/git#Using_Gerrit_for_CDT)
but you'll have to go through your proxy in that case.

In my case, both ssh and https used to work very smootly (once I figured out the proxy/firewall settings)
but now they both fail.  I've opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=388879 with the webmasters.

One theory is that a real refs/for branch was created on git and therefore blocking gerrit, but I've fetched
everything and don't see such a branch.  

Can someone who's done Gerrit pushes before try a dry-run?  You don't have to go through with the push
you can just get to the EGit prompt that tells you what commit will be pushed, then press cancel.  In my case, the
failure happens even before the push is confirmed.

Thanks

Marc
________________________________________
From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Doug Schaefer [dschaefer@xxxxxxx]
Sent: September 5, 2012 8:51 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Any problems pushing to Gerrit?

I had a hell of a time pushing to gerrit today. I'm not sure why. I've never been able to do it. I think 29418 is blocked at work so tried https but it gave me some pack-ref error or something.

We're clearly getting some success but it always seems to be to master. Is it also using ssh? Anyone successful with https?

D

From: Alex Blewitt <alex.blewitt@xxxxxxxxx<mailto:alex.blewitt@xxxxxxxxx>>
Reply-To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx<mailto:cdt-dev@xxxxxxxxxxx>>
Date: Wednesday, 5 September, 2012 8:29 PM
To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx<mailto:cdt-dev@xxxxxxxxxxx>>
Cc: "CDT General developers list." <cdt-dev@xxxxxxxxxxx<mailto:cdt-dev@xxxxxxxxxxx>>
Subject: Re: [cdt-dev] Any problems pushing to Gerrit?

Might be related to this:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=388790

Sent from my iPhone 4S

On 5 Sep 2012, at 21:37, Andrew Gvozdev <angvoz.dev@xxxxxxxxx<mailto:angvoz.dev@xxxxxxxxx>> wrote:

I found similar problems in cdt-dev list before and was about to try recommendation to use in "Push..." (In Git Repositories view, right click on repository itself) and use "Custom URI" rather than select preconfigured one. That helped others. But I stopped trying after my change sneaked to the main repository.

Thanks,
Andrew

On Wed, Sep 5, 2012 at 4:17 PM, Marc Khouzam <marc.khouzam@xxxxxxxxxxxx<mailto:marc.khouzam@xxxxxxxxxxxx>> wrote:
So Gerrit still does not work for you?

Anyone else?


--
This Communication is Confidential. We only send and receive email on the basis of the terms set out at www.ericsson.com/email_disclaimer<http://www.ericsson.com/email_disclaimer>



________________________________
From: cdt-dev-bounces@xxxxxxxxxxx<mailto:cdt-dev-bounces@xxxxxxxxxxx> [mailto:cdt-dev-bounces@xxxxxxxxxxx<mailto:cdt-dev-bounces@xxxxxxxxxxx>] On Behalf Of Andrew Gvozdev
Sent: Wednesday, September 05, 2012 4:07 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Any problems pushing to Gerrit?

I had this problem yesterday. I unsuccessfully tried things until accidentally pushed the change to cdt repository. Luckily it was not a big change and thanks to Chris for fast review.

Thanks,
Andrew

On Wed, Sep 5, 2012 at 2:45 PM, Marc Khouzam <marc.khouzam@xxxxxxxxxxxx<mailto:marc.khouzam@xxxxxxxxxxxx>> wrote:
Hi,

I'm no longer able to push to Gerrit.  Anyone else having problems?
The only difference I can think of is that I changed my eclipse.org<http://eclipse.org>
password recently, but I don't see why that would cause a problem...

>From Egit I'm getting this error:

"Can't connect to any URI: ssh://mkhouzam@xxxxxxxxxxxxxxx:29418/cdt/org.eclipse.cdt.git<http://mkhouzam@xxxxxxxxxxxxxxx:29418/cdt/org.eclipse.cdt.git> (ssh://mkhouzam@xxxxxxxxxxxxxxx:29418/cdt/org.eclipse.cdt.git<http://mkhouzam@xxxxxxxxxxxxxxx:29418/cdt/org.eclipse.cdt.git>: push not permitted)"

>From the command line I get:

> git push --dry-run gerrit_eclipse HEAD:refs/for/master

fatal: One or more refs/for/ names blocks change upload
fatal: The remote end hung up unexpectedly


Thanks for any suggestions

Marc

--
This Communication is Confidential. We only send and receive email on the basis of the terms set out at www.ericsson.com/email_disclaimer<http://www.ericsson.com/email_disclaimer>
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx<mailto:cdt-dev@xxxxxxxxxxx>
https://dev.eclipse.org/mailman/listinfo/cdt-dev


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx<mailto:cdt-dev@xxxxxxxxxxx>
https://dev.eclipse.org/mailman/listinfo/cdt-dev


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx<mailto:cdt-dev@xxxxxxxxxxx>
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Back to the top