So I have a large Unity project (Approx 12 gigs on GitLab). I have cloned this repo multiple times before, with absolutely no problems. But since 2 days, after a few merges, I've been trying to update my branch and have been running git pull and also tried a fresh clone. Everytime i try, It fails at the exact same % with the following error. I cant seem to find ANYTHING online related to this, especially the "Waiting for packfile negotiation: context canceled" error.
I am guessing it might be my network connection (though not choppy at all, its about 2MB/s) because when i ran
git fetch --depth=1
, i had no problems.
Below is the Error and i would appreciate any help:
remote: Enumerating objects: 73987, done.
remote: Counting objects: 100% (73986/73986), done.
remote: Compressing objects: 100% (17723/17723), done.
remote: g objects: 33% (23640/70335), 1.07 GiB | 1.10 MiB/s
remote: ========================================================================
remote:
remote: ERROR: waiting for packfile negotiation: context canceled
remote:
remote: ========================================================================
remote:
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
I tried a fresh clone, i tried cloning with depth =1 and that seemed to work, but this is really important since i cannot absolutely continue my work
Turns out the Problem was with my internet connection. I bumped the speed up by about 1Mb/s and it pulled fine with no problems