WEBHOOK私有仓库会报错 修改以下即可
[remote "origin"] url = https://gitee.com/xiaohe4966/chat.git fetch = +refs/heads/*:refs/remotes/origin/*
那么要改成
https://[username]:[password]@gitee.com/[username]/projectni仓库的名称.git
[remote "origin"] url = https://xiaohe4966:zheshimima@gitee.com/xiaohe4966/chat.git fetch = +refs/heads/*:refs/remotes/origin/*