Mmm, that looks OK to me, I don't have any suggestions.
On Tue, Jun 10, 2014 at 11:30 AM, matteo piazza wrote:
> on client side
> git config http.postBuffer 524288000
>
> on server side
> /opt/gitlab/embedded/conf/nginx.conf
> client_max_body_size 1G;
>
> /etc/gitlab/gitlab.rb
> #buffer
> gitlab_
on client side
git config http.postBuffer 524288000
on server side
/opt/gitlab/embedded/conf/nginx.conf
client_max_body_size 1G;
/etc/gitlab/gitlab.rb
#buffer
gitlab_rails['git_max_size'] = 524288000
gitlab_rails['git_timeout'] = 300
still the same issue.
On Tuesday, 10 June 2014 11:06:53 UT
Please have a look at client_max_body_size in the Nginx config
https://github.com/gitlabhq/gitlabhq/blob/master/lib/support/nginx/gitlab#L30
On Tue, Jun 10, 2014 at 10:13 AM, matteo piazza wrote:
> push of a project trough http fails
>
>
> If I push just a file of small change everything is fine
push of a project trough http fails
If I push just a file of small change everything is fine but with a large
number of objects the push fails.
I have already tried with
git config --global http.postBuffer 524288000
I not able to find any log useful to debug the issue.
root@asterisk-cen-1