git信息配置WEBHOOK
时间:2021-07-26 22:29:29
收藏:0
阅读:25
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
评论(0)