Starting with the project I thought I would be a good boy and have ready Source Tree and GitHub ready. I’ve committed my project with .gitignore the works, then I proceeded with the assets and as most people can guess it’s a huge commit to make. I keep getting an error saying something like this
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
I know nothing is above 100mb so GitLFS isn’t needed, should I commit smaller amounts till it’s done? But that feels janky and I want to learn properly, I’ve googled the error but to no avail, so any help on that would be nice!
But in the real world how would you get around this? If for example in this day and age we have to work from home and i wanted to share say this starter project what would be the best practices? Using Git or something more suitable? Or should Git be used only for text/code files?