Error on git push = ! [remote rejected] master -> master (pre-receive hook declined)

后端 未结 6 1217
悲&欢浪女
悲&欢浪女 2021-02-05 01:26

I think, it\'s a different issue than this(remote rejected master -> master (pre-receive hook declined)), and many people are facing same issue, So I am posting a new here.

6条回答
  •  清歌不尽
    2021-02-05 01:56

    Just reporting another case leading to the specified error. If the Bitbucket repository size reaches 2 GB, Bitbucket itself restricts the repository to read-only access. When that happens, contributors with read/write permissions are not able to push and get the "pre-receive hook declined" error.

    I also found these documents from Atlassian: https://blog.bitbucket.org/2014/05/30/repository-size-limits/ https://confluence.atlassian.com/bitbucket/reduce-repository-size-321848262.html

    Links include a guide on how to restore the repo back to full functionality

提交回复
热议问题