【发布时间】:2019-03-23 23:47:34
【问题描述】:
昨天我在尝试将我的提交推送到 repo 时开始收到错误,如何解决?而且我不是这个 repo 的管理员。
remote: You can only push your own commits in this repository
remote: Commit commitName was committed by <myName> <my@users.noreply.github.com>
To ssh://bitbucket.awg.ru/repo
! [remote rejected] branchName -> branchName (pre-receive hook declined)
error: failed to push some refs to 'ssh://git@bitbucket.awg.ru/repo'
更新
谢谢大家,问题解决了。问题出在 Bitbucket 方面,管理员更改了一些选项。现在一切正常。
【问题讨论】:
-
您要推送的任何提交是否由您以外的其他人创作?
-
不,所有的提交都是我做的。
标签: git commit bitbucket-server