git信息配置WEBHOOK

 
git信息配置

查看自己的git信息配置里 name 和email是否正确

vim ~/.gitconfig
[user]
name = parker.qian
email = parker.qian@huolala.cn
[credential]
helper = store
[core]
autocrlf = input

查看gitlab里面项目是否加了webhook的

 
http://qa-gateway.huolala.cn/devops/api/gitlab/web-hook/accept/1408
webhook最后的id就是gitlab项目的Project ID
 
原文地址:https://www.cnblogs.com/shoshana-kong/p/15063052.html