I've been using Sourcetree for years at the recommendation of my developer (who unfortunately is no longer available to me) and this is the first time I've had this problem. (I only manage the content of the app, not the coding.) When I try to push content changes I have started getting the message below intermittently. My app is database driven and includes a large number of images. If I push a minor change to the database only, the push always goes through. But if I include an image in the push, even a small one of about 50 KB, about half the time the push fails and I eventually get the error message. I tried temporarily removing a large number of images to reduce the size of the app (about 860 MB), but it doesn't help. I initially thought the problem was restricted to only one of my apps, but now it is occurring with another one that was uploading perfectly before. Sounds to me like the problem is not at my end, but status says everything is operational. I am not very knowledgable technically and any help would be most welcome.
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree push -v --tags origin refs/heads/main:refs/heads/main
Pushing to https://JohnHoover@bitbucket.org/JohnHoover/sulawesifishidapp2024.git
POST git-receive-pack (chunked)
error: RPC failed; HTTP 503 curl 22 The requested URL returned error: 503
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date
Completed with errors, see above