摘要:
修改地址仓库地址 cd $project cd .git vim config [remote "origin"] url = https://oauth2:访问令牌@仓库地址 或者使用 basic 认证 [remote "origin"] url = https://username:pwd@仓库 阅读全文
摘要:
加入 sudoer vim /etc/sudoers root ALL=(ALL) ALL gitlab-runner ALL=(ALL) NOPASSWD:ALL 阅读全文