gitlab 使用中错误:error: RPC failed; result=22 HTTP code = 413

1.   错误消息:

error: RPC failed; result=22 HTTP code = 413 

....

fatal: The remote end hung up unexpectedly.


2.   error: 无法推送一些引用到 'https:.....something.git'


3. 如果你遇到了错误:

in 'connect': SSL_connect returned=1 error=0 state=SSLv3 read server cerificate B:cerificate verify failed(OpenSSL::SSL::SSLError)

。。。

remote rejected master -> master (pre-receive hook declined)

可能是你找错方法了,这时改回https方式的remote url:

git remote set-url origin https://... your.git


 解决方法:

1. 设置gitlab的object size 大小

sudo editor /home/git/gitlab/config/gitlab.yml

将"max_size:20000000"改成需要的bytes.


2. 设置nginx 的client_max_body_size

sudo editor /etc/nginx/sites-enabled/gitlab-ssl

设置client_max_body_size为:

client_max_body_size 1024M;


3.设置postBuffer

单独项目设置:

git config http.postBuffer 1024000000

 全局设置:

git config --global http.postBuffer 1024000000


4.重启服务

sudo service gitlab restart

sudo service nginx restart


5. 再次push时可能需要

git push -f origin +master







  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值