We recently reached the 2GB repository size limit. I found the culprit files, however when i either try to delete them directly from bitbucket, or remove them via sourcetree, i am denied.
Source tree gives this error:
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree push -v --tags origin refs/heads/master:refs/heads/master
Pushing to https://firesidegames@bitbucket.org/firesidegames/benjamin-fishing.git
POST git-receive-pack (27045 bytes)
remote: repository is in read only mode (over 2 GB size limit).
remote:
remote: Learn how to reduce your repository size: https://confluence.atlassian.com/x/xgMvEw.
To https://bitbucket.org/firesidegames/benjamin-fishing.git
= [up to date] Unity-2017.1 -> Unity-2017.1
= [up to date] Unity-2017.2 -> Unity-2017.2
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://firesidegames@bitbucket.org/firesidegames/benjamin-fishing.git'
Completed with errors, see above
BitBucket simply gives the error: We had trouble committing your changes.
Thoughts?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.