admin管理员组文章数量:1336645
I have jira connected with bitbucket, I did some changes in both jira and bitbucket and I get the following error when I try to push
! [remote rejected] test_pre_hook -> test_pre_hook (pre-receive hook decline
I've done some research on google and I understand that I mess up with smart commit.
I found the following hooks in my bitbucket repository
I know from this page .html, I cannot remove them in a "classic" way (like custom hooks).
I cannot open "view requests", it opens a page with We could not load the webhook details. Try to refresh page or go back to the webhooks listing. Go back.
I would like to know:
- How I introduce this issue (where I should look to remove/reverse these changes)
- how to configure these hooks, in order to not remove them
- how to remove with curl since
curl -u user:password --verbose --location --request GET '.0'
andcurl -u user:password --location --verbose --request GET '.0/repositories/workspace/project'
return me no output message and zero as exit code, while in verbose mode they showHTTP/2 401
本文标签: gitHow to remove readonly hook in bitbucketsStack Overflow
版权声明:本文标题:git - How to remove read-only hook in bitbuckets? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742408571a2469324.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论