我从 BitBucket 克隆了一个存储库。在我对代码进行了一些简单的更改后,我做了一个提交。但是,我无法推动。出现以下错误:
git -c diff.mnemonicprefix=false -c core.quotepath=false -c
credential.helper=sourcetree push -v --tags origin refs/heads/dev:refs/heads/dev
Pushing to https://bitbucket.org/example/example.git
POST git-receive-pack (188 bytes)
remote: permission denied to update branch dev
To https://bitbucket.org/example/example.git
! [remote rejected] dev -> dev (pre-receive hook declined)
error: failed to push some refs to 'https://bitbucket.org/example/example.git'
Completed with errors, see above
我搜索了 Google 和 StackOverflow,但解决方案不起作用。有人有建议吗?