Source Control Issues

I need help figuring this out. I have git hooked up. Then I added git LFS, added .ummap tracking and .gitattributes(not even sure I needed to).
File size might be an issue I’m guessing? I have a free github account. I’m not sure if it’s that or if it’s just git can’t handle the file size to start with.

Here is the bottom part of the error log:

Writing objects: 100% (4040/4040), 3.93 GiB | 2.43 MiB/s, done.
Total 4040 (delta 234), reused 0 (delta 0)
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
error: RPC failed; curl 55 Send failure: Connection was aborted
Everything up-to-date

2020-02-18T23:26:16.907Z - info: [ui] Current tutorial step is NotApplicable
2020-02-18T23:27:25.621Z - info: [ui] [AppStore] loading 1 repositories from store
2020-02-18T23:27:25.622Z - info: [ui] [AppStore] found account: AdamMaley (Adam E. Maley)
2020-02-18T23:27:25.815Z - info: [ui] launching: 2.3.1 (Windows 10.0.18362)
2020-02-18T23:27:25.815Z - info: [ui] execPath: ‘C:\Users\adame\AppData\Local\GitHubDesktop\app-2.3.1\GitHubDesktop.exe’
2020-02-18T23:27:26.169Z - info: [ui] Current tutorial step is NotApplicable
2020-02-18T23:27:26.195Z - info: [ui] Current tutorial step is NotApplicable
2020-02-18T23:27:30.277Z - info: [ui] Current tutorial step is NotApplicable

I have the same problem. Have you found a solution?