Unable to trigger configured webhook on GITLAB from gitbash

I have configured webhook for push event on GITLAB and it is working fine when I do commit from Web Interface.
It gives the 200 status message

In the network setting for Outbound requests. I had added the IP address of the server where I had GIT BASH installed.

I cloned the repo on a different server using gitbash.
got clone http://server1/repo
I gave my GITLAB credential and it successfully cloned the repo.

I did some modification to the file and did a commit and push
commit and push was successful. The commit info was showing in the GITLAB
But the webhook is not getting triggered. Checked the production.log and there is no error.

Is there any setting that needs to be done to trigger the webhook from gitbash.

Any help from the community will be great.