lotus

贵有恒何必三更眠五更起 最无益只怕一日曝十日寒

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
 
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
 
posted on 2021-07-26 19:42  白露~  阅读(159)  评论(0编辑  收藏  举报