When I try to create a remote repo (private or public) on Bitbucket, Sourcetree ends up hanging without actually making one. If I make it manually via Bitbucket's website and try to push my local repo to the one I created it fails with following message:
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree push -v --tags --set-upstream gg-bitbucket refs/heads/master:refs/heads/master
Pushing to https://crs1138@bitbucket.org/crs1138/girlguiding-shropshire.git
POST git-receive-pack (chunked)
error: RPC failed; result=22, HTTP code = 413
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date
Completed with errors, see above
It works fine with Github.