Giter Site home page Giter Site logo

Comments (9)

clxadmin avatar clxadmin commented on July 16, 2024

I have the same issue since today

from desktop.

clxadmin avatar clxadmin commented on July 16, 2024

Writing objects: 100% (127/127), 1.74 MiB | 1.99 MiB/s, done.
Total 127 (delta 16), reused 0 (delta 0), pack-reused 0
fatal: the remote end hung up unexpectedly
Everything up-to-date

(The error was parsed as 5: The remote disconnected. Check your Internet connection and try again.)

from desktop.

LeoLomardo avatar LeoLomardo commented on July 16, 2024

I have the same issue since today

I just made a backup of the most recent files, and cloned the repository again, now its working with no problem

from desktop.

shiftkey avatar shiftkey commented on July 16, 2024

@clxadmin this appears to be the underlying issue:

error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400
send-pack: unexpected disconnect while reading sideband packet

This seems to be occurring on git push, and it seems like the server is rejecting the request (or a request during this process). I would see if you can push from the command line.

If it fails there try and run the operation with the GIT_CURL_VERBOSE=2 environment variable set to see if you can flush out more details around why this is being rejected.

from desktop.

shiftkey avatar shiftkey commented on July 16, 2024

This looks very similar to #1050, please have a read of the details there and see if setting a higher limit for determining when to buffer during push operations will help:

git config http.postBuffer 524288000

from desktop.

clxadmin avatar clxadmin commented on July 16, 2024

I have the same issue since today

I just made a backup of the most recent files, and cloned the repository again, now its working with no problem

I try the same.. deleted whole repository and cloned it new -- still the same issue.
I'm wondering if this is a know issue with repositories from Gitlab ? Can anyone confirm the same ?

from desktop.

clxadmin avatar clxadmin commented on July 16, 2024

This looks very similar to #1050, please have a read of the details there and see if setting a higher limit for determining when to buffer during push operations will help:

git config http.postBuffer 524288000

I'm using GitHub Desktop on Mint - the question is how to do this (git config http.postBuffer 524288000) with that?

from desktop.

TIJBRAND1996 avatar TIJBRAND1996 commented on July 16, 2024

No speak ingles

from desktop.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.