Tag creation was rejected by Git hook

Hello admins,

I am facing a problem when create Tag at Gitlab by Web Interface, even i still can create and push tag by command line.
The error message is:

Tag creation was rejected by Git hook

When i tried to use api, i have same problem:
$ curl --header “PRIVATE-TOKEN: xcmEaG1yPWt5RzB4qXwj” --data “id=10&tag_name=v10&ref=master” “https://localhost/ap...epository/tags
{“message”:“Tag creation was rejected by Git hook”}

Please help me to check this problem.

Best Regards,