I am having a hard time committing my large < 2GB commit.
$ git push
Connection to github.com closed by remote host.5 MB | 0 B/s
Uploading LFS objects: 100% (159927/159927), 1.3 GB | 0 B/s, done.
$ git push
Connection to github.com closed by remote host.0 GB | 0 B/s
Uploading LFS objects: 100% (159927/159927), 1.3 GB | 0 B/s, done.
I have run this about 5 times now, but each time I let the laptop (Mac M3) fall asleep. Does that cause this, or how can I make sure it fully completes without Connection to github.com closed by remote host
?
It appears it successfully uploaded all large files using LFS, on the first time around. But it needs to push all the “objects” now I guess, and it keeps failing.