I am trying to push a local repo (initial commit) into BitBucket using SourceTree. SourceTree gives the following error:
413 Request Entity Too Large
However, the largest file in my repo is 995kb and I get this even if I exclude it. The entire repo is about 36mb.
I set the http.postBuffer to some arbitrarily large value in my local git.
LFS is enabled in the repo.
I get the same error from command line.
TIA for any help.