You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Gregor Zurowski <gr...@list.zurowski.org> on 2023/06/16 10:32:17 UTC

Camel Website images

Hi Everyone:

I am having issues pushing commits with image (binaries) up to Github
(https://github.com/apache/camel-website). It gets stuck and never
finishes:

```
$ git push
Enumerating objects: 14, done.
Counting objects: 100% (14/14), done.
Delta compression using up to 12 threads
Compressing objects: 100% (9/9), done.
Writing objects: 100% (9/9), 3.79 MiB | 3.97 MiB/s, done.
Total 9 (delta 5), reused 1 (delta 0), pack-reused 0
```

Any ideas why this is happening?

Thanks in advance
Gregor

Re: Camel Website images

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

I have not had trouble with this in the past.
Could be a temporary glitch.

On Fri, Jun 16, 2023 at 12:33 PM Gregor Zurowski <gr...@list.zurowski.org>
wrote:

> Hi Everyone:
>
> I am having issues pushing commits with image (binaries) up to Github
> (https://github.com/apache/camel-website). It gets stuck and never
> finishes:
>
> ```
> $ git push
> Enumerating objects: 14, done.
> Counting objects: 100% (14/14), done.
> Delta compression using up to 12 threads
> Compressing objects: 100% (9/9), done.
> Writing objects: 100% (9/9), 3.79 MiB | 3.97 MiB/s, done.
> Total 9 (delta 5), reused 1 (delta 0), pack-reused 0
> ```
>
> Any ideas why this is happening?
>
> Thanks in advance
> Gregor
>


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

Re: Camel Website images

Posted by Gregor Zurowski <gr...@list.zurowski.org>.
Tested pushing up images on test branches and it worked only once. Is
someone else seeing the same issue?

Thanks,
Gregor

On Fri, Jun 16, 2023 at 12:32 PM Gregor Zurowski
<gr...@list.zurowski.org> wrote:
>
> Hi Everyone:
>
> I am having issues pushing commits with image (binaries) up to Github
> (https://github.com/apache/camel-website). It gets stuck and never
> finishes:
>
> ```
> $ git push
> Enumerating objects: 14, done.
> Counting objects: 100% (14/14), done.
> Delta compression using up to 12 threads
> Compressing objects: 100% (9/9), done.
> Writing objects: 100% (9/9), 3.79 MiB | 3.97 MiB/s, done.
> Total 9 (delta 5), reused 1 (delta 0), pack-reused 0
> ```
>
> Any ideas why this is happening?
>
> Thanks in advance
> Gregor