RainMan Posted December 21, 2019 Share Posted December 21, 2019 Hello, I am in developer mode and made a very simple change to test, I properly pushed and after everything loads I get "fatal: the remote end hung up unexpectedly" then after it says everything is up to date. I see no changes made in my original site. What does this mean and why can't I see my changes? Thanks! Link to comment
asaeed Posted March 30, 2020 Share Posted March 30, 2020 Same issue, ever find a solution? Link to comment
Coffoholic Posted June 2, 2020 Share Posted June 2, 2020 (edited) It happens when you have a large file in your git repository. It's pretty well documented here:https://confluence.atlassian.com/stashkb/git-push-fails-fatal-the-remote-end-hung-up-unexpectedly-282988530.html This worked for me (setting it to 10MB) : git config --global http.postBuffer 10485760 Just find the biggest file in your repository (e.g. using OminDiskSweeper or similar), add a bit extra (e.g. 1MB) and multiply its size in MB by 1048576. Edited June 2, 2020 by Coffoholic linkify the URL Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment