You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Claus Ibsen <cl...@gmail.com> on 2017/10/25 15:54:42 UTC

This repository is currently out of sync, please

Hi

Do others get this error when attempting to push to Apache git?

It used to work today, but in the last hour or so I get this error.


davsclaus:/Users/davsclaus/workspace/camel/components/camel-kafka
(master)/$ git push origin
Counting objects: 43, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (28/28), done.
Writing objects: 100% (43/43), 12.03 KiB | 0 bytes/s, done.
Total 43 (delta 13), reused 0 (delta 0)
remote: This repository is currently out of sync, please
remote: contact users@infra.apache.org!
remote:
To https://gitbox.apache.org/repos/asf/camel.git
 ! [rejected]        boot2 -> boot2 (non-fast-forward)
 ! [rejected]        camel-2.19.x -> camel-2.19.x (non-fast-forward)
 ! [rejected]        camel-2.20.x -> camel-2.20.x (non-fast-forward)
 ! [remote rejected] master -> master (pre-receive hook declined)
 ! [rejected]        website -> website (non-fast-forward)
error: failed to push some refs to
'https://gitbox.apache.org/repos/asf/camel.git'
hint: Updates were rejected because a pushed branch tip is behind its remote
hint: counterpart. Check out this branch and integrate the remote changes
hint: (e.g. 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

R: This repository is currently out of sync, please

Posted by Andrea Cosentino <an...@yahoo.com.INVALID>.
Maybe you can try directly on github repo and see if it works

Inviato da Yahoo Mail su Android 
 
  Il mer, 25 ott, 2017 alle 17:55, Claus Ibsen<cl...@gmail.com> ha scritto:   Hi

Do others get this error when attempting to push to Apache git?

It used to work today, but in the last hour or so I get this error.


davsclaus:/Users/davsclaus/workspace/camel/components/camel-kafka
(master)/$ git push origin
Counting objects: 43, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (28/28), done.
Writing objects: 100% (43/43), 12.03 KiB | 0 bytes/s, done.
Total 43 (delta 13), reused 0 (delta 0)
remote: This repository is currently out of sync, please
remote: contact users@infra.apache.org!
remote:
To https://gitbox.apache.org/repos/asf/camel.git
 ! [rejected]        boot2 -> boot2 (non-fast-forward)
 ! [rejected]        camel-2.19.x -> camel-2.19.x (non-fast-forward)
 ! [rejected]        camel-2.20.x -> camel-2.20.x (non-fast-forward)
 ! [remote rejected] master -> master (pre-receive hook declined)
 ! [rejected]        website -> website (non-fast-forward)
error: failed to push some refs to
'https://gitbox.apache.org/repos/asf/camel.git'
hint: Updates were rejected because a pushed branch tip is behind its remote
hint: counterpart. Check out this branch and integrate the remote changes
hint: (e.g. 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2
  

Re: This repository is currently out of sync, please

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

Okay INFRA fixed the gitbox issue and it works again.
In the mean time I have checked out from github directly and that
worked also for me.



On Wed, Oct 25, 2017 at 9:16 PM, Claus Ibsen <cl...@gmail.com> wrote:
> Hi
>
> Yeah I just tried upgrading to latest git client 2.14.1
> And then also a fresh git clone from the gitbox url.
> All of that fails.
>
> Now I am moving to pure github - then I can be a young hipster too
>
> On Wed, Oct 25, 2017 at 9:13 PM, Luca Burgazzoli <lb...@gmail.com> wrote:
>> Hi Claus,
>> sorry I did test against github before and yeah, if pushing to gitbox I
>> have a similar issue:
>>
>> Counting objects: 5, done.
>> Delta compression using up to 4 threads.
>> Compressing objects: 100% (5/5), done.
>> Writing objects: 100% (5/5), 1.09 KiB | 1.09 MiB/s, done.
>> Total 5 (delta 4), reused 0 (delta 0)
>> remote: This repository is currently out of sync, please
>> remote: contact users@infra.apache.org!
>> remote:
>> To https://gitbox.apache.org/repos/asf/camel.git
>>  ! [remote rejected]       master -> master (pre-receive hook declined)
>> error: failed to push some refs to '
>> https://gitbox.apache.org/repos/asf/camel.git'
>>
>>
>>
>>
>>
>> ---
>> Luca Burgazzoli
>>
>> On Wed, Oct 25, 2017 at 9:01 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>
>>> Hi Luca
>>>
>>> Thanks for the tip. I had matching before, but it still fails
>>>
>>> [push]
>>>         default = matching
>>>
>>> But it works for you. Maybe I do as anyone else learning git, copy
>>> your changed stuff somewhere else, and delete everything and start all
>>> over again ;)
>>>
>>>
>>> On Wed, Oct 25, 2017 at 8:55 PM, Luca Burgazzoli <lb...@gmail.com>
>>> wrote:
>>> > Don't have the same issue, maybe you just need to add
>>> >
>>> > [push]
>>> >     default = simple
>>> >
>>> > to your .gitconfig
>>> >
>>> >
>>> > ---
>>> > Luca Burgazzoli
>>> >
>>> >
>>> > On Wed, Oct 25, 2017 at 8:35 PM, Claus Ibsen <cl...@gmail.com>
>>> wrote:
>>> >> Hi
>>> >>
>>> >> I logged a ticket at INFRA
>>> >> https://issues.apache.org/jira/browse/INFRA-15372
>>> >>
>>> >> On Wed, Oct 25, 2017 at 5:54 PM, Claus Ibsen <cl...@gmail.com>
>>> wrote:
>>> >>> Hi
>>> >>>
>>> >>> Do others get this error when attempting to push to Apache git?
>>> >>>
>>> >>> It used to work today, but in the last hour or so I get this error.
>>> >>>
>>> >>>
>>> >>> davsclaus:/Users/davsclaus/workspace/camel/components/camel-kafka
>>> >>> (master)/$ git push origin
>>> >>> Counting objects: 43, done.
>>> >>> Delta compression using up to 8 threads.
>>> >>> Compressing objects: 100% (28/28), done.
>>> >>> Writing objects: 100% (43/43), 12.03 KiB | 0 bytes/s, done.
>>> >>> Total 43 (delta 13), reused 0 (delta 0)
>>> >>> remote: This repository is currently out of sync, please
>>> >>> remote: contact users@infra.apache.org!
>>> >>> remote:
>>> >>> To https://gitbox.apache.org/repos/asf/camel.git
>>> >>>  ! [rejected]        boot2 -> boot2 (non-fast-forward)
>>> >>>  ! [rejected]        camel-2.19.x -> camel-2.19.x (non-fast-forward)
>>> >>>  ! [rejected]        camel-2.20.x -> camel-2.20.x (non-fast-forward)
>>> >>>  ! [remote rejected] master -> master (pre-receive hook declined)
>>> >>>  ! [rejected]        website -> website (non-fast-forward)
>>> >>> error: failed to push some refs to
>>> >>> 'https://gitbox.apache.org/repos/asf/camel.git'
>>> >>> hint: Updates were rejected because a pushed branch tip is behind its
>>> remote
>>> >>> hint: counterpart. Check out this branch and integrate the remote
>>> changes
>>> >>> hint: (e.g. 'git pull ...') before pushing again.
>>> >>> hint: See the 'Note about fast-forwards' in 'git push --help' for
>>> details.
>>> >>>
>>> >>>
>>> >>>
>>> >>> --
>>> >>> Claus Ibsen
>>> >>> -----------------
>>> >>> http://davsclaus.com @davsclaus
>>> >>> Camel in Action 2: https://www.manning.com/ibsen2
>>> >>
>>> >>
>>> >>
>>> >> --
>>> >> Claus Ibsen
>>> >> -----------------
>>> >> http://davsclaus.com @davsclaus
>>> >> Camel in Action 2: https://www.manning.com/ibsen2
>>>
>>>
>>>
>>> --
>>> Claus Ibsen
>>> -----------------
>>> http://davsclaus.com @davsclaus
>>> Camel in Action 2: https://www.manning.com/ibsen2
>>>
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: This repository is currently out of sync, please

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

Yeah I just tried upgrading to latest git client 2.14.1
And then also a fresh git clone from the gitbox url.
All of that fails.

Now I am moving to pure github - then I can be a young hipster too

On Wed, Oct 25, 2017 at 9:13 PM, Luca Burgazzoli <lb...@gmail.com> wrote:
> Hi Claus,
> sorry I did test against github before and yeah, if pushing to gitbox I
> have a similar issue:
>
> Counting objects: 5, done.
> Delta compression using up to 4 threads.
> Compressing objects: 100% (5/5), done.
> Writing objects: 100% (5/5), 1.09 KiB | 1.09 MiB/s, done.
> Total 5 (delta 4), reused 0 (delta 0)
> remote: This repository is currently out of sync, please
> remote: contact users@infra.apache.org!
> remote:
> To https://gitbox.apache.org/repos/asf/camel.git
>  ! [remote rejected]       master -> master (pre-receive hook declined)
> error: failed to push some refs to '
> https://gitbox.apache.org/repos/asf/camel.git'
>
>
>
>
>
> ---
> Luca Burgazzoli
>
> On Wed, Oct 25, 2017 at 9:01 PM, Claus Ibsen <cl...@gmail.com> wrote:
>
>> Hi Luca
>>
>> Thanks for the tip. I had matching before, but it still fails
>>
>> [push]
>>         default = matching
>>
>> But it works for you. Maybe I do as anyone else learning git, copy
>> your changed stuff somewhere else, and delete everything and start all
>> over again ;)
>>
>>
>> On Wed, Oct 25, 2017 at 8:55 PM, Luca Burgazzoli <lb...@gmail.com>
>> wrote:
>> > Don't have the same issue, maybe you just need to add
>> >
>> > [push]
>> >     default = simple
>> >
>> > to your .gitconfig
>> >
>> >
>> > ---
>> > Luca Burgazzoli
>> >
>> >
>> > On Wed, Oct 25, 2017 at 8:35 PM, Claus Ibsen <cl...@gmail.com>
>> wrote:
>> >> Hi
>> >>
>> >> I logged a ticket at INFRA
>> >> https://issues.apache.org/jira/browse/INFRA-15372
>> >>
>> >> On Wed, Oct 25, 2017 at 5:54 PM, Claus Ibsen <cl...@gmail.com>
>> wrote:
>> >>> Hi
>> >>>
>> >>> Do others get this error when attempting to push to Apache git?
>> >>>
>> >>> It used to work today, but in the last hour or so I get this error.
>> >>>
>> >>>
>> >>> davsclaus:/Users/davsclaus/workspace/camel/components/camel-kafka
>> >>> (master)/$ git push origin
>> >>> Counting objects: 43, done.
>> >>> Delta compression using up to 8 threads.
>> >>> Compressing objects: 100% (28/28), done.
>> >>> Writing objects: 100% (43/43), 12.03 KiB | 0 bytes/s, done.
>> >>> Total 43 (delta 13), reused 0 (delta 0)
>> >>> remote: This repository is currently out of sync, please
>> >>> remote: contact users@infra.apache.org!
>> >>> remote:
>> >>> To https://gitbox.apache.org/repos/asf/camel.git
>> >>>  ! [rejected]        boot2 -> boot2 (non-fast-forward)
>> >>>  ! [rejected]        camel-2.19.x -> camel-2.19.x (non-fast-forward)
>> >>>  ! [rejected]        camel-2.20.x -> camel-2.20.x (non-fast-forward)
>> >>>  ! [remote rejected] master -> master (pre-receive hook declined)
>> >>>  ! [rejected]        website -> website (non-fast-forward)
>> >>> error: failed to push some refs to
>> >>> 'https://gitbox.apache.org/repos/asf/camel.git'
>> >>> hint: Updates were rejected because a pushed branch tip is behind its
>> remote
>> >>> hint: counterpart. Check out this branch and integrate the remote
>> changes
>> >>> hint: (e.g. 'git pull ...') before pushing again.
>> >>> hint: See the 'Note about fast-forwards' in 'git push --help' for
>> details.
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> Claus Ibsen
>> >>> -----------------
>> >>> http://davsclaus.com @davsclaus
>> >>> Camel in Action 2: https://www.manning.com/ibsen2
>> >>
>> >>
>> >>
>> >> --
>> >> Claus Ibsen
>> >> -----------------
>> >> http://davsclaus.com @davsclaus
>> >> Camel in Action 2: https://www.manning.com/ibsen2
>>
>>
>>
>> --
>> Claus Ibsen
>> -----------------
>> http://davsclaus.com @davsclaus
>> Camel in Action 2: https://www.manning.com/ibsen2
>>



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: This repository is currently out of sync, please

Posted by Luca Burgazzoli <lb...@gmail.com>.
Hi Claus,
sorry I did test against github before and yeah, if pushing to gitbox I
have a similar issue:

Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 1.09 KiB | 1.09 MiB/s, done.
Total 5 (delta 4), reused 0 (delta 0)
remote: This repository is currently out of sync, please
remote: contact users@infra.apache.org!
remote:
To https://gitbox.apache.org/repos/asf/camel.git
 ! [remote rejected]       master -> master (pre-receive hook declined)
error: failed to push some refs to '
https://gitbox.apache.org/repos/asf/camel.git'





---
Luca Burgazzoli

On Wed, Oct 25, 2017 at 9:01 PM, Claus Ibsen <cl...@gmail.com> wrote:

> Hi Luca
>
> Thanks for the tip. I had matching before, but it still fails
>
> [push]
>         default = matching
>
> But it works for you. Maybe I do as anyone else learning git, copy
> your changed stuff somewhere else, and delete everything and start all
> over again ;)
>
>
> On Wed, Oct 25, 2017 at 8:55 PM, Luca Burgazzoli <lb...@gmail.com>
> wrote:
> > Don't have the same issue, maybe you just need to add
> >
> > [push]
> >     default = simple
> >
> > to your .gitconfig
> >
> >
> > ---
> > Luca Burgazzoli
> >
> >
> > On Wed, Oct 25, 2017 at 8:35 PM, Claus Ibsen <cl...@gmail.com>
> wrote:
> >> Hi
> >>
> >> I logged a ticket at INFRA
> >> https://issues.apache.org/jira/browse/INFRA-15372
> >>
> >> On Wed, Oct 25, 2017 at 5:54 PM, Claus Ibsen <cl...@gmail.com>
> wrote:
> >>> Hi
> >>>
> >>> Do others get this error when attempting to push to Apache git?
> >>>
> >>> It used to work today, but in the last hour or so I get this error.
> >>>
> >>>
> >>> davsclaus:/Users/davsclaus/workspace/camel/components/camel-kafka
> >>> (master)/$ git push origin
> >>> Counting objects: 43, done.
> >>> Delta compression using up to 8 threads.
> >>> Compressing objects: 100% (28/28), done.
> >>> Writing objects: 100% (43/43), 12.03 KiB | 0 bytes/s, done.
> >>> Total 43 (delta 13), reused 0 (delta 0)
> >>> remote: This repository is currently out of sync, please
> >>> remote: contact users@infra.apache.org!
> >>> remote:
> >>> To https://gitbox.apache.org/repos/asf/camel.git
> >>>  ! [rejected]        boot2 -> boot2 (non-fast-forward)
> >>>  ! [rejected]        camel-2.19.x -> camel-2.19.x (non-fast-forward)
> >>>  ! [rejected]        camel-2.20.x -> camel-2.20.x (non-fast-forward)
> >>>  ! [remote rejected] master -> master (pre-receive hook declined)
> >>>  ! [rejected]        website -> website (non-fast-forward)
> >>> error: failed to push some refs to
> >>> 'https://gitbox.apache.org/repos/asf/camel.git'
> >>> hint: Updates were rejected because a pushed branch tip is behind its
> remote
> >>> hint: counterpart. Check out this branch and integrate the remote
> changes
> >>> hint: (e.g. 'git pull ...') before pushing again.
> >>> hint: See the 'Note about fast-forwards' in 'git push --help' for
> details.
> >>>
> >>>
> >>>
> >>> --
> >>> Claus Ibsen
> >>> -----------------
> >>> http://davsclaus.com @davsclaus
> >>> Camel in Action 2: https://www.manning.com/ibsen2
> >>
> >>
> >>
> >> --
> >> Claus Ibsen
> >> -----------------
> >> http://davsclaus.com @davsclaus
> >> Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2
>

Re: This repository is currently out of sync, please

Posted by Claus Ibsen <cl...@gmail.com>.
Hi Luca

Thanks for the tip. I had matching before, but it still fails

[push]
        default = matching

But it works for you. Maybe I do as anyone else learning git, copy
your changed stuff somewhere else, and delete everything and start all
over again ;)


On Wed, Oct 25, 2017 at 8:55 PM, Luca Burgazzoli <lb...@gmail.com> wrote:
> Don't have the same issue, maybe you just need to add
>
> [push]
>     default = simple
>
> to your .gitconfig
>
>
> ---
> Luca Burgazzoli
>
>
> On Wed, Oct 25, 2017 at 8:35 PM, Claus Ibsen <cl...@gmail.com> wrote:
>> Hi
>>
>> I logged a ticket at INFRA
>> https://issues.apache.org/jira/browse/INFRA-15372
>>
>> On Wed, Oct 25, 2017 at 5:54 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>> Hi
>>>
>>> Do others get this error when attempting to push to Apache git?
>>>
>>> It used to work today, but in the last hour or so I get this error.
>>>
>>>
>>> davsclaus:/Users/davsclaus/workspace/camel/components/camel-kafka
>>> (master)/$ git push origin
>>> Counting objects: 43, done.
>>> Delta compression using up to 8 threads.
>>> Compressing objects: 100% (28/28), done.
>>> Writing objects: 100% (43/43), 12.03 KiB | 0 bytes/s, done.
>>> Total 43 (delta 13), reused 0 (delta 0)
>>> remote: This repository is currently out of sync, please
>>> remote: contact users@infra.apache.org!
>>> remote:
>>> To https://gitbox.apache.org/repos/asf/camel.git
>>>  ! [rejected]        boot2 -> boot2 (non-fast-forward)
>>>  ! [rejected]        camel-2.19.x -> camel-2.19.x (non-fast-forward)
>>>  ! [rejected]        camel-2.20.x -> camel-2.20.x (non-fast-forward)
>>>  ! [remote rejected] master -> master (pre-receive hook declined)
>>>  ! [rejected]        website -> website (non-fast-forward)
>>> error: failed to push some refs to
>>> 'https://gitbox.apache.org/repos/asf/camel.git'
>>> hint: Updates were rejected because a pushed branch tip is behind its remote
>>> hint: counterpart. Check out this branch and integrate the remote changes
>>> hint: (e.g. 'git pull ...') before pushing again.
>>> hint: See the 'Note about fast-forwards' in 'git push --help' for details.
>>>
>>>
>>>
>>> --
>>> Claus Ibsen
>>> -----------------
>>> http://davsclaus.com @davsclaus
>>> Camel in Action 2: https://www.manning.com/ibsen2
>>
>>
>>
>> --
>> Claus Ibsen
>> -----------------
>> http://davsclaus.com @davsclaus
>> Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: This repository is currently out of sync, please

Posted by Luca Burgazzoli <lb...@gmail.com>.
Don't have the same issue, maybe you just need to add

[push]
    default = simple

to your .gitconfig


---
Luca Burgazzoli


On Wed, Oct 25, 2017 at 8:35 PM, Claus Ibsen <cl...@gmail.com> wrote:
> Hi
>
> I logged a ticket at INFRA
> https://issues.apache.org/jira/browse/INFRA-15372
>
> On Wed, Oct 25, 2017 at 5:54 PM, Claus Ibsen <cl...@gmail.com> wrote:
>> Hi
>>
>> Do others get this error when attempting to push to Apache git?
>>
>> It used to work today, but in the last hour or so I get this error.
>>
>>
>> davsclaus:/Users/davsclaus/workspace/camel/components/camel-kafka
>> (master)/$ git push origin
>> Counting objects: 43, done.
>> Delta compression using up to 8 threads.
>> Compressing objects: 100% (28/28), done.
>> Writing objects: 100% (43/43), 12.03 KiB | 0 bytes/s, done.
>> Total 43 (delta 13), reused 0 (delta 0)
>> remote: This repository is currently out of sync, please
>> remote: contact users@infra.apache.org!
>> remote:
>> To https://gitbox.apache.org/repos/asf/camel.git
>>  ! [rejected]        boot2 -> boot2 (non-fast-forward)
>>  ! [rejected]        camel-2.19.x -> camel-2.19.x (non-fast-forward)
>>  ! [rejected]        camel-2.20.x -> camel-2.20.x (non-fast-forward)
>>  ! [remote rejected] master -> master (pre-receive hook declined)
>>  ! [rejected]        website -> website (non-fast-forward)
>> error: failed to push some refs to
>> 'https://gitbox.apache.org/repos/asf/camel.git'
>> hint: Updates were rejected because a pushed branch tip is behind its remote
>> hint: counterpart. Check out this branch and integrate the remote changes
>> hint: (e.g. 'git pull ...') before pushing again.
>> hint: See the 'Note about fast-forwards' in 'git push --help' for details.
>>
>>
>>
>> --
>> Claus Ibsen
>> -----------------
>> http://davsclaus.com @davsclaus
>> Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2

Re: This repository is currently out of sync, please

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

I logged a ticket at INFRA
https://issues.apache.org/jira/browse/INFRA-15372

On Wed, Oct 25, 2017 at 5:54 PM, Claus Ibsen <cl...@gmail.com> wrote:
> Hi
>
> Do others get this error when attempting to push to Apache git?
>
> It used to work today, but in the last hour or so I get this error.
>
>
> davsclaus:/Users/davsclaus/workspace/camel/components/camel-kafka
> (master)/$ git push origin
> Counting objects: 43, done.
> Delta compression using up to 8 threads.
> Compressing objects: 100% (28/28), done.
> Writing objects: 100% (43/43), 12.03 KiB | 0 bytes/s, done.
> Total 43 (delta 13), reused 0 (delta 0)
> remote: This repository is currently out of sync, please
> remote: contact users@infra.apache.org!
> remote:
> To https://gitbox.apache.org/repos/asf/camel.git
>  ! [rejected]        boot2 -> boot2 (non-fast-forward)
>  ! [rejected]        camel-2.19.x -> camel-2.19.x (non-fast-forward)
>  ! [rejected]        camel-2.20.x -> camel-2.20.x (non-fast-forward)
>  ! [remote rejected] master -> master (pre-receive hook declined)
>  ! [rejected]        website -> website (non-fast-forward)
> error: failed to push some refs to
> 'https://gitbox.apache.org/repos/asf/camel.git'
> hint: Updates were rejected because a pushed branch tip is behind its remote
> hint: counterpart. Check out this branch and integrate the remote changes
> hint: (e.g. 'git pull ...') before pushing again.
> hint: See the 'Note about fast-forwards' in 'git push --help' for details.
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

R: This repository is currently out of sync, please

Posted by Andrea Cosentino <an...@yahoo.com.INVALID>.
I cannot try right now. Do we need to contact infra?

Inviato da Yahoo Mail su Android 
 
  Il mer, 25 ott, 2017 alle 17:55, Claus Ibsen<cl...@gmail.com> ha scritto:   Hi

Do others get this error when attempting to push to Apache git?

It used to work today, but in the last hour or so I get this error.


davsclaus:/Users/davsclaus/workspace/camel/components/camel-kafka
(master)/$ git push origin
Counting objects: 43, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (28/28), done.
Writing objects: 100% (43/43), 12.03 KiB | 0 bytes/s, done.
Total 43 (delta 13), reused 0 (delta 0)
remote: This repository is currently out of sync, please
remote: contact users@infra.apache.org!
remote:
To https://gitbox.apache.org/repos/asf/camel.git
 ! [rejected]        boot2 -> boot2 (non-fast-forward)
 ! [rejected]        camel-2.19.x -> camel-2.19.x (non-fast-forward)
 ! [rejected]        camel-2.20.x -> camel-2.20.x (non-fast-forward)
 ! [remote rejected] master -> master (pre-receive hook declined)
 ! [rejected]        website -> website (non-fast-forward)
error: failed to push some refs to
'https://gitbox.apache.org/repos/asf/camel.git'
hint: Updates were rejected because a pushed branch tip is behind its remote
hint: counterpart. Check out this branch and integrate the remote changes
hint: (e.g. 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2