push big file #3081

Closed
opened 2025-11-02 05:00:15 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @kigkrazy on GitHub (Mar 20, 2019).

  • Gitea version (or commit ref):
  • Git version:
  • Operating system:
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

install gitea with follow docker-compose:

version: '2'

services:
  gitea:
    image: gitea/gitea:1.7.1
    container_name: gitea
    volumes:
      - /home/workspace/gitea:/data
    ports:
      - "9001:3000"
      - "9002:22"
    environment:
      - DISABLE_REGISTRATION=true
      - SHOW_REGISTRATION_BUTTON=false
    restart: always

push some big file ,but it show me this:

压缩对象中: 100% (26/26), 完成.
写入对象中: 100% (29/29), 145.38 MiB | 175.76 MiB/s, 完成.
Total 29 (delta 0), reused 0 (delta 0)
error: RPC failed; curl 55 Send failure: Broken pipe
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date

is the project too big?

Screenshots

Originally created by @kigkrazy on GitHub (Mar 20, 2019). <!-- NOTE: If your issue is a security concern, please send an email to security@gitea.io instead of opening a public issue --> <!-- 1. Please speak English, this is the language all maintainers can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/gitea) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> - Gitea version (or commit ref): - Git version: - Operating system: - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [ ] MSSQL - [x] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [ ] Not relevant - Log gist: ## Description install gitea with follow docker-compose: ``` version: '2' services: gitea: image: gitea/gitea:1.7.1 container_name: gitea volumes: - /home/workspace/gitea:/data ports: - "9001:3000" - "9002:22" environment: - DISABLE_REGISTRATION=true - SHOW_REGISTRATION_BUTTON=false restart: always ``` push some big file ,but it show me this: ``` 压缩对象中: 100% (26/26), 完成. 写入对象中: 100% (29/29), 145.38 MiB | 175.76 MiB/s, 完成. Total 29 (delta 0), reused 0 (delta 0) error: RPC failed; curl 55 Send failure: Broken pipe fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly Everything up-to-date ``` is the project too big? ## Screenshots <!-- **If this issue involves the Web Interface, please include a screenshot** -->
GiteaMirror added the type/question label 2025-11-02 05:00:15 -06:00
Author
Owner

@lunny commented on GitHub (Mar 20, 2019):

Any logs from your server?

@lunny commented on GitHub (Mar 20, 2019): Any logs from your server?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#3081