I have configured gitzilla in my machine having GIT repository with all required dependencies.
In the ~/.gitzillarc file I have provided the necessary configurations with valid bugzilla url and credentials. But, whenever I try to push a change to the master, the following error message is displayed:
Counting objects: 3, done.
Writing objects: 100% (3/3), 210 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
** remote: missing/incomplete bugzilla conf (no bugzilla_url)
remote: error: hook declined to update refs/heads/master **
To xxx@xxx:/home/yyy.git/
! [remote rejected] master -> master (hook declined)
Please guide to find a necessary solution Thanks in advance