gitee 私有倉庫 Linux 下免輸入賬號密碼 || webhook 使用

wubuze發表於2020-01-03

root 使用者:

# cd  ~/
# touch .git-credentials
# vim .git-credentials

內容:

 https://account:password@gitee.com

執行:

# git config --global credential.helper store

驗證是否成功:

# cat  ~/.gitconfig

如果出現:

[credential]
helper = store

使用sudo 執行 webhook.sh

var_dump(shell_exec('sudo sh webhook.sh'));
本作品採用《CC 協議》,轉載必須註明作者和本文連結

相關文章